diff --git a/Gemfile b/Gemfile index 529f897..8a23967 100644 --- a/Gemfile +++ b/Gemfile @@ -45,7 +45,7 @@ group :development, :test do gem "rubocop-rails-omakase", require: false # Testing framework - gem "rspec-rails", "~> 6.0" + gem "rspec-rails", "~> 8.0" gem "factory_bot_rails", "~> 6.4" gem "faker", "~> 3.2" gem "shoulda-matchers", "~> 5.3" diff --git a/Gemfile.lock b/Gemfile.lock index 234771e..3c7119c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -274,10 +274,10 @@ GEM rspec-mocks (3.13.5) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-rails (6.1.5) - actionpack (>= 6.1) - activesupport (>= 6.1) - railties (>= 6.1) + rspec-rails (8.0.1) + actionpack (>= 7.2) + activesupport (>= 7.2) + railties (>= 7.2) rspec-core (~> 3.13) rspec-expectations (~> 3.13) rspec-mocks (~> 3.13) @@ -391,7 +391,7 @@ DEPENDENCIES puma (>= 5.0) rails (~> 8.0.2) rails-controller-testing (~> 1.0) - rspec-rails (~> 6.0) + rspec-rails (~> 8.0) rubocop-rails-omakase shoulda-matchers (~> 5.3) solid_cable