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
3030 gem "rake" , "~> 13"
3131 gem "rails-dom-testing" , "~> 2.3.0"
3232 gem "redis"
33- gem "rspec-rails" , "~> 7 "
33+ gem "rspec-rails" , "~> 8 "
3434 gem "rubocop-md" , "~> 2"
3535 gem "selenium-webdriver" , "~> 4"
3636 gem "simplecov-console" , "< 1"
Original file line number Diff line number Diff line change @@ -267,18 +267,18 @@ GEM
267267 reline (0.6.1 )
268268 io-console (~> 0.5 )
269269 rexml (3.4.1 )
270- rspec-core (3.13.4 )
270+ rspec-core (3.13.5 )
271271 rspec-support (~> 3.13.0 )
272272 rspec-expectations (3.13.5 )
273273 diff-lcs (>= 1.2.0 , < 2.0 )
274274 rspec-support (~> 3.13.0 )
275275 rspec-mocks (3.13.5 )
276276 diff-lcs (>= 1.2.0 , < 2.0 )
277277 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 )
282282 rspec-core (~> 3.13 )
283283 rspec-expectations (~> 3.13 )
284284 rspec-mocks (~> 3.13 )
@@ -410,7 +410,7 @@ DEPENDENCIES
410410 rails-dom-testing (~> 2.3.0 )
411411 rake (~> 13 )
412412 redis
413- rspec-rails (~> 7 )
413+ rspec-rails (~> 8 )
414414 rubocop-md (~> 2 )
415415 selenium-webdriver (~> 4 )
416416 simplecov (< 1 )
You can’t perform that action at this time.
0 commit comments