diff --git a/Gemfile b/Gemfile index 45b02644b..ae0934d28 100644 --- a/Gemfile +++ b/Gemfile @@ -56,7 +56,7 @@ group :development, :test do gem 'pry-byebug', '~> 3.11.0' gem 'pry-rails', '~> 0.3.11' gem 'rb-readline', '~> 0.5.5' - gem 'rspec-rails', '~> 7.1.1' + gem 'rspec-rails', '~> 8.0.2' end group :development do diff --git a/Gemfile.lock b/Gemfile.lock index 202e97d47..3e1fd0655 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -441,10 +441,10 @@ GEM rspec-mocks (3.13.6) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-rails (7.1.1) - actionpack (>= 7.0) - activesupport (>= 7.0) - railties (>= 7.0) + rspec-rails (8.0.2) + actionpack (>= 7.2) + activesupport (>= 7.2) + railties (>= 7.2) rspec-core (~> 3.13) rspec-expectations (~> 3.13) rspec-mocks (~> 3.13) @@ -647,7 +647,7 @@ DEPENDENCIES rb-readline (~> 0.5.5) redis-rails (~> 5.0.2) rest-client (~> 2.1.0) - rspec-rails (~> 7.1.1) + rspec-rails (~> 8.0.2) rubocop (~> 1.81.6) rubocop-factory_bot (~> 2.27.1) rubocop-performance (~> 1.26, >= 1.26.1)