diff --git a/Gemfile b/Gemfile index befb27bb4..47e2fc051 100644 --- a/Gemfile +++ b/Gemfile @@ -118,7 +118,7 @@ group :development, :test do # Our preferred testing library for Ruby and Rails projects gem "rails-controller-testing" - gem "rspec-rails", "~> 7.0.1" + gem "rspec-rails", "~> 7.1.0" gem "shoulda-matchers", "~> 6.4" diff --git a/Gemfile.lock b/Gemfile.lock index 0cec6cef7..56dde3dc6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -386,7 +386,7 @@ GEM redis-client (0.22.2) connection_pool regexp_parser (2.9.2) - reline (0.5.10) + reline (0.5.11) io-console (~> 0.5) request_store (1.7.0) rack (>= 1.4) @@ -397,15 +397,15 @@ GEM chunky_png (~> 1.0) rqrcode_core (~> 1.0) rqrcode_core (1.2.0) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-mocks (3.13.1) + 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) @@ -584,7 +584,7 @@ DEPENDENCIES redcarpet (~> 3.6) rotp (~> 6.3) rqrcode (~> 2.2) - rspec-rails (~> 7.0.1) + rspec-rails (~> 7.1.0) rubocop-capybara rubocop-factory_bot rubocop-rails