From a95c63f8e8b4ef582f566decf8cd820c4ace4bc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Dec 2023 07:48:49 +0000 Subject: [PATCH] Bump rubocop from 1.57.2 to 1.58.0 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.57.2 to 1.58.0. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.57.2...v1.58.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:production 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 f0723fb..d084c0e 100644 --- a/Gemfile +++ b/Gemfile @@ -21,7 +21,7 @@ gem 'rake', '~> 13' gem 'reek' gem 'rspec', '~> 3' gem 'rspec_junit_formatter' -gem 'rubocop', '~> 1.57' +gem 'rubocop', '~> 1.58' gem 'rubocop-performance', '~> 1.19' gem 'rubocop-rspec', '~> 2.25' gem 'rubocop-sorbet', '~> 0.7' diff --git a/Gemfile.lock b/Gemfile.lock index a5a6b34..7159201 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -33,7 +33,7 @@ GEM io-console (0.6.0) irb (1.6.4) reline (>= 0.3.0) - json (2.6.3) + json (2.7.0) kwalify (0.7.2) language_server-protocol (3.17.0.3) multi_json (1.15.0) @@ -83,7 +83,7 @@ GEM rspec-support (3.12.0) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.57.2) + rubocop (1.58.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -91,7 +91,7 @@ GEM rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.28.1, < 2.0) + rubocop-ast (>= 1.30.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) rubocop-ast (1.30.0) @@ -166,7 +166,7 @@ DEPENDENCIES reek rspec (~> 3) rspec_junit_formatter - rubocop (~> 1.57) + rubocop (~> 1.58) rubocop-performance (~> 1.19) rubocop-rspec (~> 2.25) rubocop-sorbet (~> 0.7)