From 98e3720831ae53925d178d6e628ba668b4aa9152 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 10:45:10 +0000 Subject: [PATCH] Bump rspec-rails from 6.1.5 to 7.0.1 Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 6.1.5 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.5...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 | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index e6ceff9..78541ec 100644 --- a/Gemfile +++ b/Gemfile @@ -46,7 +46,7 @@ group :development, :test do # Static analysis for security vulnerabilities [https://brakemanscanner.org/] gem "brakeman", require: false - gem "rspec-rails", "~> 6.1.2" + gem "rspec-rails", "~> 7.0.1" gem "factory_bot_rails", "~> 6.4.3" gem "faker", "~> 3.2.3" diff --git a/Gemfile.lock b/Gemfile.lock index aeadb6e..6bd0d33 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -234,10 +234,10 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-rails (6.1.5) - 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) @@ -311,7 +311,7 @@ DEPENDENCIES rails (~> 7.2.2) redis (>= 4.0.1) redis-rails - rspec-rails (~> 6.1.2) + rspec-rails (~> 7.0.1) rubocop-rails-omakase shoulda-matchers (~> 5.0) tzinfo-data