From 6084e766f3e60f8373399b0d5e820c9e15714984 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 18:48:51 +0000 Subject: [PATCH] chore(deps-dev): bump rspec-rails from 6.1.4 to 7.0.0 Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 6.1.4 to 7.0.0. - [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md) - [Commits](https://github.com/rspec/rspec-rails/compare/v6.1.4...v7.0.0) --- 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 cb27d9b6a55..79ec3513a58 100644 --- a/Gemfile +++ b/Gemfile @@ -101,7 +101,7 @@ end group :development, :test do # Use RSpec for Behaviour testing - gem 'rspec-rails', '~> 6' + gem 'rspec-rails', '~> 7' gem 'rubocop', '~> 1.65' diff --git a/Gemfile.lock b/Gemfile.lock index 59bd5254f64..2822ec6e4ec 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -462,7 +462,7 @@ GEM rspec-mocks (~> 3.13.0) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-html-matchers (0.10.0) @@ -471,10 +471,10 @@ GEM rspec-mocks (3.13.1) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-rails (6.1.4) - actionpack (>= 6.1) - activesupport (>= 6.1) - railties (>= 6.1) + rspec-rails (7.0.0) + actionpack (>= 7.0) + activesupport (>= 7.0) + railties (>= 7.0) rspec-core (~> 3.13) rspec-expectations (~> 3.13) rspec-mocks (~> 3.13) @@ -552,7 +552,7 @@ GEM temple (0.10.3) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) - thor (1.3.1) + thor (1.3.2) tilt (2.4.0) timeout (0.4.1) traceroute (0.8.1) @@ -579,7 +579,7 @@ GEM xpath (3.2.0) nokogiri (~> 1.8) yard (0.9.36) - zeitwerk (2.6.17) + zeitwerk (2.6.18) PLATFORMS ruby @@ -649,7 +649,7 @@ DEPENDENCIES rollbar (>= 1.5.3) rouge (~> 3) rspec-html-matchers - rspec-rails (~> 6) + rspec-rails (~> 7) rspec-retry rspec_junit_formatter rubocop (~> 1.65)