File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ group :development, :test do
48
48
gem 'faker' , '~> 3.5'
49
49
gem 'pry-byebug' , '~> 3.11' , platform : :mri
50
50
gem 'pry-rails' , '~> 0.3.11'
51
- gem 'rspec-rails' , '~> 7.1 '
51
+ gem 'rspec-rails' , '~> 8.0 '
52
52
end
53
53
54
54
group :development do
Original file line number Diff line number Diff line change 178
178
railties (>= 4.1.0 )
179
179
responders
180
180
warden (~> 1.2.3 )
181
- diff-lcs (1.6.0 )
181
+ diff-lcs (1.6.1 )
182
182
docile (1.4.1 )
183
183
dotenv (3.1.8 )
184
184
dotenv-rails (3.1.8 )
409
409
pry (>= 0.13 , < 0.16 )
410
410
pry-rails (0.3.11 )
411
411
pry (>= 0.13.0 )
412
- psych (5.2.3 )
412
+ psych (5.2.4 )
413
413
date
414
414
stringio
415
415
public_suffix (6.0.1 )
@@ -503,25 +503,25 @@ GEM
503
503
rouge (4.3.0 )
504
504
rspec-core (3.13.3 )
505
505
rspec-support (~> 3.13.0 )
506
- rspec-expectations (3.13.3 )
506
+ rspec-expectations (3.13.4 )
507
507
diff-lcs (>= 1.2.0 , < 2.0 )
508
508
rspec-support (~> 3.13.0 )
509
- rspec-mocks (3.13.2 )
509
+ rspec-mocks (3.13.3 )
510
510
diff-lcs (>= 1.2.0 , < 2.0 )
511
511
rspec-support (~> 3.13.0 )
512
512
rspec-openapi (0.18.4 )
513
513
actionpack (>= 5.2.0 )
514
514
rails-dom-testing
515
515
rspec-core
516
- rspec-rails (7.1.1 )
517
- actionpack (>= 7.0 )
518
- activesupport (>= 7.0 )
519
- railties (>= 7.0 )
516
+ rspec-rails (8.0.0 )
517
+ actionpack (>= 7.2 )
518
+ activesupport (>= 7.2 )
519
+ railties (>= 7.2 )
520
520
rspec-core (~> 3.13 )
521
521
rspec-expectations (~> 3.13 )
522
522
rspec-mocks (~> 3.13 )
523
523
rspec-support (~> 3.13 )
524
- rspec-support (3.13.2 )
524
+ rspec-support (3.13.3 )
525
525
rswag-api (2.16.0 )
526
526
activesupport (>= 5.2 , < 8.1 )
527
527
railties (>= 5.2 , < 8.1 )
@@ -685,7 +685,7 @@ DEPENDENCIES
685
685
rails_best_practices (~> 1.20 )
686
686
reek (~> 6.5 )
687
687
rspec-openapi (~> 0.18 )
688
- rspec-rails (~> 7.1 )
688
+ rspec-rails (~> 8.0 )
689
689
rspec-retry !
690
690
rswag-api (~> 2.16.0 )
691
691
rswag-ui (~> 2.16.0 )
You can’t perform that action at this time.
0 commit comments