diff --git a/Gemfile b/Gemfile index 67724f5..8edb783 100644 --- a/Gemfile +++ b/Gemfile @@ -61,7 +61,7 @@ group :development, :test do gem "annotate" # RSpec for Rails 5+ - gem "rspec-rails", "7.0.1" + gem "rspec-rails", "7.1.1" # A library for setting up Ruby objects as test data. gem "factory_bot_rails" diff --git a/Gemfile.lock b/Gemfile.lock index 528130b..056e7aa 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -315,7 +315,7 @@ GEM rspec-mocks (3.13.5) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-rails (7.0.1) + rspec-rails (7.1.1) actionpack (>= 7.0) activesupport (>= 7.0) railties (>= 7.0) @@ -429,7 +429,7 @@ DEPENDENCIES pundit rails (~> 7.1.3) responders - rspec-rails (= 7.0.1) + rspec-rails (= 7.1.1) rubocop-rails-omakase solid_cable solid_cache