From e1a98ef2293f9beea89688e226c0e9fe5b20441a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 15:25:50 +0000 Subject: [PATCH] chore(deps-dev): bump rubocop-rspec from 3.0.5 to 3.3.0 Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 3.0.5 to 3.3.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.0.5...v3.3.0) --- updated-dependencies: - dependency-name: rubocop-rspec dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 75da80b..fa0b2d4 100644 --- a/Gemfile +++ b/Gemfile @@ -16,5 +16,5 @@ end group :development do gem 'rubocop', '~> 1.69', require: false gem 'rubocop-rake', '~> 0.6', require: false - gem 'rubocop-rspec', '~> 3.0', require: false + gem 'rubocop-rspec', '~> 3.3', require: false end diff --git a/Gemfile.lock b/Gemfile.lock index a0518dc..08d9208 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -6,7 +6,7 @@ GEM diff-lcs (1.5.1) docile (1.4.1) error_handling_protocol (0.0.1) - json (2.8.2) + json (2.9.1) language_server-protocol (3.17.0.3) parallel (1.26.3) parser (3.3.6.0) @@ -40,11 +40,11 @@ GEM rubocop-ast (>= 1.36.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.36.2) + rubocop-ast (1.37.0) parser (>= 3.3.1.0) rubocop-rake (0.6.0) rubocop (~> 1.0) - rubocop-rspec (3.0.5) + rubocop-rspec (3.3.0) rubocop (~> 1.61) ruby-progressbar (1.13.0) simplecov (0.22.0) @@ -70,7 +70,7 @@ DEPENDENCIES rspec (~> 3.13) rubocop (~> 1.69) rubocop-rake (~> 0.6) - rubocop-rspec (~> 3.0) + rubocop-rspec (~> 3.3) simplecov (~> 0.22) test-prof (~> 1.4) treetop (~> 1.6)