File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ group :development, :test do
30
30
gem "rake" , "~> 13"
31
31
gem "rails-dom-testing" , "~> 2.3.0"
32
32
gem "redis"
33
- gem "rspec-rails" , "~> 7 "
33
+ gem "rspec-rails" , "~> 8 "
34
34
gem "rubocop-md" , "~> 2"
35
35
gem "selenium-webdriver" , "~> 4"
36
36
gem "simplecov-console" , "< 1"
Original file line number Diff line number Diff line change @@ -267,18 +267,18 @@ GEM
267
267
reline (0.6.1 )
268
268
io-console (~> 0.5 )
269
269
rexml (3.4.1 )
270
- rspec-core (3.13.4 )
270
+ rspec-core (3.13.5 )
271
271
rspec-support (~> 3.13.0 )
272
272
rspec-expectations (3.13.5 )
273
273
diff-lcs (>= 1.2.0 , < 2.0 )
274
274
rspec-support (~> 3.13.0 )
275
275
rspec-mocks (3.13.5 )
276
276
diff-lcs (>= 1.2.0 , < 2.0 )
277
277
rspec-support (~> 3.13.0 )
278
- rspec-rails (7.1 .1 )
279
- actionpack (>= 7.0 )
280
- activesupport (>= 7.0 )
281
- railties (>= 7.0 )
278
+ rspec-rails (8.0 .1 )
279
+ actionpack (>= 7.2 )
280
+ activesupport (>= 7.2 )
281
+ railties (>= 7.2 )
282
282
rspec-core (~> 3.13 )
283
283
rspec-expectations (~> 3.13 )
284
284
rspec-mocks (~> 3.13 )
@@ -410,7 +410,7 @@ DEPENDENCIES
410
410
rails-dom-testing (~> 2.3.0 )
411
411
rake (~> 13 )
412
412
redis
413
- rspec-rails (~> 7 )
413
+ rspec-rails (~> 8 )
414
414
rubocop-md (~> 2 )
415
415
selenium-webdriver (~> 4 )
416
416
simplecov (< 1 )
You can’t perform that action at this time.
0 commit comments