From 6fd18ffba6b788cf6ff87f79d0a1e00fd67a38c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2024 00:41:25 +0000 Subject: [PATCH] Bump rspec-rails from 6.1.4 to 7.0.1 Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 6.1.4 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.4...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 96e28f8d..8bd2d485 100644 --- a/Gemfile +++ b/Gemfile @@ -72,7 +72,7 @@ group :development, :test do gem "annotate", github: "dabit/annotate_models", branch: "rails-7" gem "factory_bot_rails" gem "faker", github: "faker-ruby/faker", branch: :main - gem "rspec-rails", "~> 6.1.1" + gem "rspec-rails", "~> 7.0.1" gem "rubocop-rails", require: false gem "rubocop-rails_config" gem "rubocop-rspec", require: false diff --git a/Gemfile.lock b/Gemfile.lock index 9e273fcd..f0e9fa94 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -352,10 +352,10 @@ GEM rspec-mocks (3.13.1) 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) @@ -496,7 +496,7 @@ DEPENDENCIES rails (~> 7.1.3) redis (~> 5.3) rolify - rspec-rails (~> 6.1.1) + rspec-rails (~> 7.0.1) rubocop-rails rubocop-rails_config rubocop-rspec