diff --git a/Gemfile b/Gemfile index f12c568..123d9a5 100644 --- a/Gemfile +++ b/Gemfile @@ -52,7 +52,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' + gem 'rspec-rails', '~> 7.1' end group :development do diff --git a/Gemfile.lock b/Gemfile.lock index 81858f2..4a4d237 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -281,7 +281,7 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-rails (7.0.2) + rspec-rails (7.1.1) actionpack (>= 7.0) activesupport (>= 7.0) railties (>= 7.0) @@ -413,7 +413,7 @@ DEPENDENCIES propshaft puma (>= 5.0) rails (~> 8.0.0) - rspec-rails (~> 7.0) + rspec-rails (~> 7.1) rubocop-rails-omakase selenium-webdriver solid_cable