From 103820f6dc0d8ff6ea6b9ccd0d21740252817880 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jul 2023 13:07:30 +0000 Subject: [PATCH] Bump rubocop from 1.52.1 to 1.54.0 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.52.1 to 1.54.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.52.1...v1.54.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 | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 0c6726b..4843673 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gem 'minitest-ci', '~> 3.4' gem 'minitest-reporters', '~> 1.3' gem 'rake', '~> 13.0' gem 'rake-compiler', '~> 1.2' -gem 'rubocop', '1.52.1' +gem 'rubocop', '1.54.0' gem 'rubocop-minitest', '0.31.0' gem 'rubocop-packaging', '0.5.2' gem 'rubocop-performance', '1.18.0' diff --git a/Gemfile.lock b/Gemfile.lock index 1027373..dc558c5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -10,6 +10,7 @@ GEM ast (2.4.2) builder (3.2.4) json (2.6.3) + language_server-protocol (3.17.0.3) minitest (5.18.0) minitest-ci (3.4.0) minitest (>= 5.0.6) @@ -29,8 +30,9 @@ GEM rake regexp_parser (2.8.1) rexml (3.2.5) - rubocop (1.52.1) + rubocop (1.54.0) json (~> 2.3) + language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.2.2.3) rainbow (>= 2.2.2, < 4.0) @@ -64,7 +66,7 @@ DEPENDENCIES minitest-reporters (~> 1.3) rake (~> 13.0) rake-compiler (~> 1.2) - rubocop (= 1.52.1) + rubocop (= 1.54.0) rubocop-minitest (= 0.31.0) rubocop-packaging (= 0.5.2) rubocop-performance (= 1.18.0)