diff --git a/Gemfile b/Gemfile index 6b64034..5e87d26 100644 --- a/Gemfile +++ b/Gemfile @@ -83,7 +83,7 @@ group :development, :test do # Omakase Ruby styling [https://github.com/rails/rubocop-rails-omakase/] gem "rubocop-rails-omakase", require: false - gem 'rspec-rails', '~> 7.0.0' + gem 'rspec-rails', '~> 8.0.1' gem 'factory_bot_rails' diff --git a/Gemfile.lock b/Gemfile.lock index 6e74c78..b5e953b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -419,7 +419,7 @@ GEM ffi (~> 1.0) rbs (3.9.4) logger - rdoc (6.14.0) + rdoc (6.14.1) erb psych (>= 4.0.0) redcarpet (3.6.1) @@ -445,10 +445,10 @@ GEM rspec-mocks (3.13.5) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-rails (7.0.2) - actionpack (>= 7.0) - activesupport (>= 7.0) - railties (>= 7.0) + 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) @@ -654,7 +654,7 @@ DEPENDENCIES ransack redcarpet rouge - rspec-rails (~> 7.0.0) + rspec-rails (~> 8.0.1) rubocop-rails-omakase ruby-lsp-rails ruby-lsp-rspec