File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ group :development, :test do
6060 gem "rubocop-rails-omakase" , require : false
6161
6262 # RSpec for Rails 7+
63- gem "rspec-rails" , "~> 7.1 "
63+ gem "rspec-rails" , "~> 8.0 "
6464
6565 # Fixtures replacement with a straightforward definition syntax
6666 gem "factory_bot_rails"
Original file line number Diff line number Diff line change @@ -279,10 +279,10 @@ GEM
279279 rspec-mocks (3.13.4 )
280280 diff-lcs (>= 1.2.0 , < 2.0 )
281281 rspec-support (~> 3.13.0 )
282- rspec-rails (7.1.1 )
283- actionpack (>= 7.0 )
284- activesupport (>= 7.0 )
285- railties (>= 7.0 )
282+ rspec-rails (8.0.0 )
283+ actionpack (>= 7.2 )
284+ activesupport (>= 7.2 )
285+ railties (>= 7.2 )
286286 rspec-core (~> 3.13 )
287287 rspec-expectations (~> 3.13 )
288288 rspec-mocks (~> 3.13 )
@@ -420,7 +420,7 @@ DEPENDENCIES
420420 propshaft
421421 puma (>= 5.0 )
422422 rails (~> 8.0.2 )
423- rspec-rails (~> 7.1 )
423+ rspec-rails (~> 8.0 )
424424 rubocop-rails-omakase
425425 selenium-webdriver
426426 solid_cable
You can’t perform that action at this time.
0 commit comments