From ef4e9f0b683684de199d42df265501b7739a3cef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 11:30:34 +0000 Subject: [PATCH] Bump rubocop-rspec from 2.30.0 to 3.0.1 Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.30.0 to 3.0.1. - [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.30.0...v3.0.1) --- 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 | 17 ++++------------- 2 files changed, 5 insertions(+), 14 deletions(-) diff --git a/Gemfile b/Gemfile index 323dff9..108187e 100644 --- a/Gemfile +++ b/Gemfile @@ -15,6 +15,6 @@ group :development do gem 'rubocop', '~> 1' gem 'rubocop-performance', '~> 1' gem 'rubocop-rake', '~> 0' - gem 'rubocop-rspec', '~> 2' + gem 'rubocop-rspec', '~> 3' gem 'yard', '>= 0.9.20', require: false end diff --git a/Gemfile.lock b/Gemfile.lock index f15de42..e2f06a6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -20,7 +20,7 @@ GEM iniparse (~> 1.4) rexml (~> 3.2) parallel (1.25.1) - parser (3.3.2.0) + parser (3.3.3.0) ast (~> 2.4.1) racc racc (1.8.0) @@ -55,22 +55,13 @@ GEM unicode-display_width (>= 2.4.0, < 3.0) rubocop-ast (1.31.3) parser (>= 3.3.1.0) - rubocop-capybara (2.21.0) - rubocop (~> 1.41) - rubocop-factory_bot (2.25.1) - rubocop (~> 1.41) rubocop-performance (1.21.0) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) rubocop-rake (0.6.0) rubocop (~> 1.0) - rubocop-rspec (2.30.0) - rubocop (~> 1.40) - rubocop-capybara (~> 2.17) - rubocop-factory_bot (~> 2.22) - rubocop-rspec_rails (~> 2.28) - rubocop-rspec_rails (2.28.3) - rubocop (~> 1.40) + rubocop-rspec (3.0.1) + rubocop (~> 1.61) ruby-progressbar (1.13.0) simplecov (0.21.2) docile (~> 1.1) @@ -93,7 +84,7 @@ DEPENDENCIES rubocop (~> 1) rubocop-performance (~> 1) rubocop-rake (~> 0) - rubocop-rspec (~> 2) + rubocop-rspec (~> 3) wrata_api! yard (>= 0.9.20)