From 9aa99f8342c47d5ebe9e88ce7063affcf233670c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 09:43:10 +0000 Subject: [PATCH] Bump rubocop-rspec from 2.29.2 to 3.1.0 Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.29.2 to 3.1.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.1.0) --- updated-dependencies: - dependency-name: rubocop-rspec 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 7b61b5b4..7195b8e4 100644 --- a/Gemfile +++ b/Gemfile @@ -100,7 +100,7 @@ group :development, :test do gem 'rubocop-rails' gem 'rubocop-rails-omakase', require: false gem 'rubocop-rake' - gem 'rubocop-rspec', '~> 2.29.2' + gem 'rubocop-rspec', '~> 3.1.0' end group :development do diff --git a/Gemfile.lock b/Gemfile.lock index 7e45bdfe..a41df417 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -370,10 +370,6 @@ GEM unicode-display_width (>= 2.4.0, < 3.0) rubocop-ast (1.32.3) parser (>= 3.3.1.0) - rubocop-capybara (2.21.0) - rubocop (~> 1.41) - rubocop-factory_bot (2.26.1) - rubocop (~> 1.61) rubocop-minitest (0.36.0) rubocop (>= 1.61, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) @@ -392,12 +388,7 @@ GEM rubocop-rails 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.1.0) rubocop (~> 1.61) ruby-progressbar (1.13.0) simplecov (0.22.0) @@ -517,7 +508,7 @@ DEPENDENCIES rubocop-rails rubocop-rails-omakase rubocop-rake - rubocop-rspec (~> 2.29.2) + rubocop-rspec (~> 3.1.0) simplecov stimulus-rails stripe (~> 11.3)