diff --git a/Gemfile b/Gemfile index 5fc18fe..566d381 100644 --- a/Gemfile +++ b/Gemfile @@ -26,7 +26,7 @@ group :development, :test do # Call 'byebug' anywhere in the code to stop execution and get a debugger console gem 'byebug', platforms: [:mri, :mingw, :x64_mingw] - gem 'rspec-rails', '~> 7.0' + gem 'rspec-rails', '~> 7.1' gem 'factory_bot_rails', '~> 6.4' gem 'test-prof', '~> 1.4' end diff --git a/Gemfile.lock b/Gemfile.lock index 2e66073..46e3a73 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -241,7 +241,7 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-rails (7.0.1) + rspec-rails (7.1.0) actionpack (>= 7.0) activesupport (>= 7.0) railties (>= 7.0) @@ -330,7 +330,7 @@ DEPENDENCIES rails (~> 7.2) rails-i18n (~> 7.0) redis (~> 5.3) - rspec-rails (~> 7.0) + rspec-rails (~> 7.1) rubyzip (~> 2.3) sentry-rails (~> 5.22) sentry-ruby (~> 5.17)