From 92a93136447feaeed6be9570f54ce742bd5c21d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Aug 2025 16:09:46 +0000 Subject: [PATCH] Bump rubocop-rspec from 2.29.2 to 3.4.0 Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.29.2 to 3.4.0. - [Release notes](https://github.com/rubocop/rubocop-rspec/releases) - [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-rspec/compare/v2.29.2...v3.4.0) --- updated-dependencies: - dependency-name: rubocop-rspec dependency-version: 3.4.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 13 ++----------- 2 files changed, 3 insertions(+), 12 deletions(-) diff --git a/Gemfile b/Gemfile index a66ce8b..f67b5c5 100644 --- a/Gemfile +++ b/Gemfile @@ -44,7 +44,7 @@ group :development, :test do # Code style and linting gem "rubocop", "~> 1.63.0", require: false gem "rubocop-rails", "~> 2.24.0", require: false - gem "rubocop-rspec", "~> 2.29.0", require: false + gem "rubocop-rspec", "~> 3.4.0", require: false gem "rubocop-performance", "~> 1.21.0", require: false gem "rubocop-rake", "~> 0.6.0", require: false diff --git a/Gemfile.lock b/Gemfile.lock index aa70273..f898106 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -297,10 +297,6 @@ GEM rubocop-ast (1.46.0) parser (>= 3.3.7.2) prism (~> 1.4) - rubocop-capybara (2.21.0) - rubocop (~> 1.41) - rubocop-factory_bot (2.26.1) - rubocop (~> 1.61) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) @@ -311,12 +307,7 @@ GEM rubocop-ast (>= 1.31.1, < 2.0) rubocop-rake (0.6.0) rubocop (~> 1.0) - rubocop-rspec (2.29.2) - rubocop (~> 1.40) - rubocop-capybara (~> 2.17) - rubocop-factory_bot (~> 2.22) - rubocop-rspec_rails (~> 2.28) - rubocop-rspec_rails (2.29.1) + rubocop-rspec (3.4.0) rubocop (~> 1.61) ruby-progressbar (1.13.0) securerandom (0.4.1) @@ -401,7 +392,7 @@ DEPENDENCIES rubocop-performance (~> 1.21.0) rubocop-rails (~> 2.24.0) rubocop-rake (~> 0.6.0) - rubocop-rspec (~> 2.29.0) + rubocop-rspec (~> 3.4.0) shoulda-matchers (~> 5.3) solid_cable solid_cache