From 879c24377b26b8c5be4ef53df57572c0eb13c448 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Sep 2023 07:30:31 +0000 Subject: [PATCH] Bump rubocop from 1.54.1 to 1.56.4 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.54.1 to 1.56.4. - [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.54.1...v1.56.4) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 1d4392e..67a1155 100644 --- a/Gemfile +++ b/Gemfile @@ -8,6 +8,6 @@ gem "activejob", ">= 6.1", "< 8.0" gem "minitest", "~> 5.18" gem "pry", "~> 0.14" gem "rake", "~> 13.0" -gem "rubocop", "~> 1.54" +gem "rubocop", "~> 1.56" gem "rubocop-minitest", "~> 0.31" gem "rubocop-rake", "~> 0.6" diff --git a/Gemfile.lock b/Gemfile.lock index 8d2b1b0..b50fbaf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -16,6 +16,7 @@ GEM minitest (>= 5.1) tzinfo (~> 2.0) ast (2.4.2) + base64 (0.1.1) coderay (1.1.3) concurrent-ruby (1.2.2) globalid (1.1.0) @@ -37,8 +38,9 @@ GEM rainbow (3.1.1) rake (13.0.6) regexp_parser (2.8.1) - rexml (3.2.5) - rubocop (1.54.1) + rexml (3.2.6) + rubocop (1.56.4) + base64 (~> 0.1.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -46,7 +48,7 @@ GEM rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.28.0, < 2.0) + rubocop-ast (>= 1.28.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) rubocop-ast (1.29.0) @@ -70,7 +72,7 @@ DEPENDENCIES minitest (~> 5.18) pry (~> 0.14) rake (~> 13.0) - rubocop (~> 1.54) + rubocop (~> 1.56) rubocop-minitest (~> 0.31) rubocop-rake (~> 0.6)