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 @@ -84,7 +84,7 @@ group :development, :test do
84
84
85
85
# Testing framework
86
86
gem "factory_bot_rails"
87
- gem "rspec-rails" , "~> 6.1 .0"
87
+ gem "rspec-rails" , "~> 8.0 .0"
88
88
89
89
# Required by Lookbook
90
90
gem "listen"
Original file line number Diff line number Diff line change 147
147
railties (>= 4.1.0 )
148
148
responders
149
149
warden (~> 1.2.3 )
150
- diff-lcs (1.5.1 )
150
+ diff-lcs (1.6.2 )
151
151
docile (1.4.1 )
152
152
dotenv (3.1.8 )
153
153
drb (2.2.3 )
@@ -391,23 +391,23 @@ GEM
391
391
rspec-core (~> 3.13.0 )
392
392
rspec-expectations (~> 3.13.0 )
393
393
rspec-mocks (~> 3.13.0 )
394
- rspec-core (3.13.2 )
394
+ rspec-core (3.13.5 )
395
395
rspec-support (~> 3.13.0 )
396
- rspec-expectations (3.13.3 )
396
+ rspec-expectations (3.13.5 )
397
397
diff-lcs (>= 1.2.0 , < 2.0 )
398
398
rspec-support (~> 3.13.0 )
399
- rspec-mocks (3.13.2 )
399
+ rspec-mocks (3.13.5 )
400
400
diff-lcs (>= 1.2.0 , < 2.0 )
401
401
rspec-support (~> 3.13.0 )
402
- rspec-rails (6.1.5 )
403
- actionpack (>= 6.1 )
404
- activesupport (>= 6.1 )
405
- railties (>= 6.1 )
402
+ rspec-rails (8.0.1 )
403
+ actionpack (>= 7.2 )
404
+ activesupport (>= 7.2 )
405
+ railties (>= 7.2 )
406
406
rspec-core (~> 3.13 )
407
407
rspec-expectations (~> 3.13 )
408
408
rspec-mocks (~> 3.13 )
409
409
rspec-support (~> 3.13 )
410
- rspec-support (3.13.2 )
410
+ rspec-support (3.13.4 )
411
411
rubocop (1.75.5 )
412
412
json (~> 2.3 )
413
413
language_server-protocol (~> 3.17.0.2 )
@@ -547,7 +547,7 @@ DEPENDENCIES
547
547
rails-erd
548
548
route_translator
549
549
rqrcode
550
- rspec-rails (~> 6.1 .0 )
550
+ rspec-rails (~> 8.0 .0 )
551
551
rubocop-rails-omakase
552
552
rubocop-rspec
553
553
selenium-webdriver
You can’t perform that action at this time.
0 commit comments