From 554c8a52027eccca19e319e5d7da9ffb9bb70e2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 23:09:19 +0000 Subject: [PATCH] Bump rspec-rails from 6.1.3 to 7.0.1 Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 6.1.3 to 7.0.1. - [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md) - [Commits](https://github.com/rspec/rspec-rails/compare/v6.1.3...v7.0.1) --- updated-dependencies: - dependency-name: rspec-rails dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index 1a23a2b2..47ff96cc 100644 --- a/Gemfile +++ b/Gemfile @@ -64,7 +64,7 @@ group :production do end group :development, :test do - gem 'rspec-rails', '~> 6.1' + gem 'rspec-rails', '~> 7.0' gem 'capybara' gem 'database_cleaner' gem 'debug' diff --git a/Gemfile.lock b/Gemfile.lock index 0f48a20b..db2bac87 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -310,18 +310,18 @@ GEM actionpack (>= 5.2) railties (>= 5.2) rexml (3.3.8) - 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) @@ -415,7 +415,7 @@ DEPENDENCIES rails (~> 7.1.3) redcarpet (>= 3.2.3) redis - rspec-rails (~> 6.1) + rspec-rails (~> 7.0) selenium-webdriver (~> 4.25) sentry-rails sentry-ruby