File tree Expand file tree Collapse file tree 2 files changed +16
-16
lines changed Expand file tree Collapse file tree 2 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ group :test do
81
81
gem 'rspec-collection_matchers'
82
82
gem 'rspec-instafail'
83
83
gem 'rspec-its'
84
- gem 'rspec-rails' , '~> 7.1.1 '
84
+ gem 'rspec-rails' , '~> 8.0.0 '
85
85
gem 'rspec-wait'
86
86
gem 'rubocop' , '~> 1.75.4'
87
87
gem 'rubocop-capybara'
Original file line number Diff line number Diff line change 124
124
simplecov (<= 0.13 )
125
125
coderay (1.1.3 )
126
126
concurrent-ruby (1.3.5 )
127
- connection_pool (2.5.1 )
127
+ connection_pool (2.5.3 )
128
128
crack (1.0.0 )
129
129
bigdecimal
130
130
rexml
267
267
concurrent-ruby (~> 1.0 )
268
268
io-console (0.8.0 )
269
269
ipaddress (0.8.3 )
270
- irb (1.15.1 )
270
+ irb (1.15.2 )
271
271
pp (>= 0.6.0 )
272
272
rdoc (>= 4.0.0 )
273
273
reline (>= 0.4.2 )
371
371
pry-byebug (3.11.0 )
372
372
byebug (~> 12.0 )
373
373
pry (>= 0.13 , < 0.16 )
374
- psych (5.2.3 )
374
+ psych (5.2.4 )
375
375
date
376
376
stringio
377
377
public_suffix (6.0.2 )
@@ -411,14 +411,14 @@ GEM
411
411
ffi (~> 1.0 )
412
412
rbs (3.9.2 )
413
413
logger
414
- rdoc (6.12.0 )
414
+ rdoc (6.13.1 )
415
415
psych (>= 4.0.0 )
416
416
redis (5.4.0 )
417
417
redis-client (>= 0.22.0 )
418
418
redis-client (0.23.2 )
419
419
connection_pool
420
420
regexp_parser (2.10.0 )
421
- reline (0.6.0 )
421
+ reline (0.6.1 )
422
422
io-console (~> 0.5 )
423
423
representable (3.2.0 )
424
424
declarative (< 0.1.0 )
@@ -443,26 +443,26 @@ GEM
443
443
rspec-expectations (>= 2.99.0.beta1 )
444
444
rspec-core (3.13.3 )
445
445
rspec-support (~> 3.13.0 )
446
- rspec-expectations (3.13.3 )
446
+ rspec-expectations (3.13.4 )
447
447
diff-lcs (>= 1.2.0 , < 2.0 )
448
448
rspec-support (~> 3.13.0 )
449
449
rspec-instafail (1.0.0 )
450
450
rspec
451
451
rspec-its (2.0.0 )
452
452
rspec-core (>= 3.13.0 )
453
453
rspec-expectations (>= 3.13.0 )
454
- rspec-mocks (3.13.2 )
454
+ rspec-mocks (3.13.3 )
455
455
diff-lcs (>= 1.2.0 , < 2.0 )
456
456
rspec-support (~> 3.13.0 )
457
- rspec-rails (7.1.1 )
458
- actionpack (>= 7.0 )
459
- activesupport (>= 7.0 )
460
- railties (>= 7.0 )
457
+ rspec-rails (8.0.0 )
458
+ actionpack (>= 7.2 )
459
+ activesupport (>= 7.2 )
460
+ railties (>= 7.2 )
461
461
rspec-core (~> 3.13 )
462
462
rspec-expectations (~> 3.13 )
463
463
rspec-mocks (~> 3.13 )
464
464
rspec-support (~> 3.13 )
465
- rspec-support (3.13.2 )
465
+ rspec-support (3.13.3 )
466
466
rspec-wait (1.0.1 )
467
467
rspec (>= 3.4 )
468
468
rspec_api_documentation (6.1.0 )
565
565
steno (1.3.5 )
566
566
fluent-logger
567
567
yajl-ruby (~> 1.0 )
568
- stringio (3.1.2 )
568
+ stringio (3.1.7 )
569
569
talentbox-delayed_job_sequel (4.3.0 )
570
570
delayed_job (~> 4.1.0 )
571
571
sequel (>= 3.38 , < 6.0 )
600
600
yard (0.9.37 )
601
601
yard-solargraph (0.1.0 )
602
602
yard (~> 0.9 )
603
- zeitwerk (2.7.1 )
603
+ zeitwerk (2.7.2 )
604
604
605
605
PLATFORMS
606
606
ruby
@@ -668,7 +668,7 @@ DEPENDENCIES
668
668
rspec-collection_matchers
669
669
rspec-instafail
670
670
rspec-its
671
- rspec-rails (~> 7.1.1 )
671
+ rspec-rails (~> 8.0.0 )
672
672
rspec-wait
673
673
rspec_api_documentation (>= 6.1.0 )
674
674
rubocop (~> 1.75.4 )
You can’t perform that action at this time.
0 commit comments