diff --git a/Gemfile b/Gemfile index bae2fd2c0..7e86e3548 100644 --- a/Gemfile +++ b/Gemfile @@ -78,7 +78,7 @@ group :test do gem "capybara-webmock", "~> 0.7.0" gem "email_spec", "~> 2.3.0" gem "pdf-reader", "~> 2.12.0" - gem "rspec-rails", "~> 6.1.3" + gem "rspec-rails", "~> 7.0.1" gem "selenium-webdriver", "~> 4.25.0" gem "simplecov", "~> 0.22.0", require: false gem "simplecov-lcov", "~> 0.8.0", require: false diff --git a/Gemfile.lock b/Gemfile.lock index eab74d1ff..9b6bdb283 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -521,18 +521,18 @@ GEM parallel (< 2.0) public_suffix (>= 2.0.5, < 5.0) rack (>= 1.3.6, < 3.0) - rspec-core (3.13.0) + rspec-core (3.13.1) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + 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 (6.1.3) - actionpack (>= 6.1) - activesupport (>= 6.1) - railties (>= 6.1) + rspec-rails (7.0.1) + actionpack (>= 7.0) + activesupport (>= 7.0) + railties (>= 7.0) rspec-core (~> 3.13) rspec-expectations (~> 3.13) rspec-mocks (~> 3.13) @@ -768,7 +768,7 @@ DEPENDENCIES responders (~> 3.1.1) rinku (~> 2.0.6) ros-apartment (~> 2.11.0) - rspec-rails (~> 6.1.3) + rspec-rails (~> 7.0.1) rubocop (~> 1.64.1) rubocop-capybara (~> 2.21.0) rubocop-factory_bot (~> 2.26.1)