diff --git a/Gemfile b/Gemfile index b8e71b7..6bd917f 100644 --- a/Gemfile +++ b/Gemfile @@ -54,7 +54,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', '~> 7.1.0' end group :development do diff --git a/Gemfile.lock b/Gemfile.lock index 56b892b..4c57f99 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -273,7 +273,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.0) actionpack (>= 7.0) activesupport (>= 7.0) railties (>= 7.0) @@ -402,7 +402,7 @@ DEPENDENCIES propshaft puma (>= 5.0) rails (~> 8.0.0) - rspec-rails (~> 7.0.0) + rspec-rails (~> 7.1.0) rubocop-rails-omakase selenium-webdriver solid_cable