From 203b659de801eeff3f7b0355126e48986e4ba8f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2025 09:08:29 +0000 Subject: [PATCH] Bump rubocop-rspec from 3.1.0 to 3.4.0 Note we're renaming the RSpec/StringAsInstanceDoubleConstant rule to RSpec/VerifiedDoubleReference because its name changed in version 3.4.0 Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 3.1.0 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/v3.1.0...v3.4.0) --- updated-dependencies: - dependency-name: rubocop-rspec dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .rubocop.yml | 4 ++-- Gemfile | 2 +- Gemfile.lock | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index d94263840..89542ea0d 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -642,10 +642,10 @@ RSpec/SpecFilePathFormat: RSpec/SpecFilePathSuffix: Enabled: true -RSpec/StringAsInstanceDoubleConstant: +RSpec/UndescriptiveLiteralsDescription: Enabled: true -RSpec/UndescriptiveLiteralsDescription: +RSpec/VerifiedDoubleReference: Enabled: true RSpec/VoidExpect: diff --git a/Gemfile b/Gemfile index 60baffbc5..65e387b36 100644 --- a/Gemfile +++ b/Gemfile @@ -106,7 +106,7 @@ group :development do gem "rubocop-factory_bot", "~> 2.26.1", require: false gem "rubocop-performance", "~> 1.23.1", require: false gem "rubocop-rails", "~> 2.29.1", require: false - gem "rubocop-rspec", "~> 3.1.0", require: false + gem "rubocop-rspec", "~> 3.4.0", require: false gem "rubocop-rspec_rails", "~> 2.30.0", require: false gem "rvm1-capistrano3", "~> 1.4.0", require: false gem "spring", "~> 4.2.1" diff --git a/Gemfile.lock b/Gemfile.lock index 0b3d6b945..79d29584a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -577,7 +577,7 @@ GEM rack (>= 1.1) rubocop (>= 1.52.0, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) - rubocop-rspec (3.1.0) + rubocop-rspec (3.4.0) rubocop (~> 1.61) rubocop-rspec_rails (2.30.0) rubocop (~> 1.61) @@ -791,7 +791,7 @@ DEPENDENCIES rubocop-factory_bot (~> 2.26.1) rubocop-performance (~> 1.23.1) rubocop-rails (~> 2.29.1) - rubocop-rspec (~> 3.1.0) + rubocop-rspec (~> 3.4.0) rubocop-rspec_rails (~> 2.30.0) rvm1-capistrano3 (~> 1.4.0) sassc-embedded (~> 1.80.1)