From f599faeb6bda8ba9403b476cd404f8b9bbc59740 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 02:11:02 +0000 Subject: [PATCH] :arrow_up: Bump rubocop-rspec from 2.23.2 to 3.0.1 Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.23.2 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.23.2...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 | 28 +++++++++++----------------- 2 files changed, 12 insertions(+), 18 deletions(-) diff --git a/Gemfile b/Gemfile index 4c2d352..d551964 100644 --- a/Gemfile +++ b/Gemfile @@ -15,5 +15,5 @@ end group :development do gem 'rubocop', '~> 1.63', require: false gem 'rubocop-rake', '~> 0.6', require: false - gem 'rubocop-rspec', '~> 2.23', require: false + gem 'rubocop-rspec', '~> 3.0', require: false end diff --git a/Gemfile.lock b/Gemfile.lock index ffb13b5..703df4a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -14,17 +14,17 @@ GEM error_handling_protocol (0.0.1) json (2.7.2) language_server-protocol (3.17.0.3) - parallel (1.24.0) - parser (3.3.0.5) + parallel (1.25.1) + parser (3.3.3.0) ast (~> 2.4.1) racc polyglot (0.3.5) - racc (1.7.3) + racc (1.8.0) rainbow (3.1.1) rake (13.2.1) - regexp_parser (2.9.0) - rexml (3.2.8) - strscan (>= 3.0.9) + regexp_parser (2.9.2) + rexml (3.3.1) + strscan rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) @@ -49,18 +49,12 @@ GEM rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.2) - parser (>= 3.3.0.4) - rubocop-capybara (2.18.0) - rubocop (~> 1.41) - rubocop-factory_bot (2.23.1) - rubocop (~> 1.33) + rubocop-ast (1.31.3) + parser (>= 3.3.1.0) rubocop-rake (0.6.0) rubocop (~> 1.0) - rubocop-rspec (2.23.2) - rubocop (~> 1.33) - rubocop-capybara (~> 2.17) - rubocop-factory_bot (~> 2.22) + rubocop-rspec (3.0.1) + rubocop (~> 1.61) ruby-progressbar (1.13.0) simplecov (0.16.1) docile (~> 1.1) @@ -90,7 +84,7 @@ DEPENDENCIES rspec (~> 3.13) rubocop (~> 1.63) rubocop-rake (~> 0.6) - rubocop-rspec (~> 2.23) + rubocop-rspec (~> 3.0) simplecov (~> 0.16) test-prof (~> 1.3) treetop (~> 1.6)