From 1005960214ed71161da3f6458068b0f41c0f28e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 23:10:22 +0000 Subject: [PATCH] chore(deps): Bump rubocop from 1.61.0 to 1.63.4 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.61.0 to 1.63.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.61.0...v1.63.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 | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 23c9b0e..9b66a95 100644 --- a/Gemfile +++ b/Gemfile @@ -17,7 +17,7 @@ end gem 'benchmark-ips', '~> 2.13' gem 'minitest', '~> 5.22' gem 'rake', '~> 13.0' -gem 'rubocop', '~> 1.21' +gem 'rubocop', '~> 1.63' gem 'simplecov', require: false gem 'simplecov-cobertura', require: false diff --git a/Gemfile.lock b/Gemfile.lock index e212833..ecf3cb3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -46,7 +46,7 @@ GEM erubi (1.12.0) i18n (1.14.1) concurrent-ruby (~> 1.0) - json (2.7.1) + json (2.7.2) language_server-protocol (3.17.0.3) loofah (2.22.0) crass (~> 1.0.2) @@ -60,7 +60,7 @@ GEM nokogiri (1.16.2-arm64-darwin) racc (~> 1.4) parallel (1.24.0) - parser (3.3.0.5) + parser (3.3.1.0) ast (~> 2.4.1) racc racc (1.7.3) @@ -80,7 +80,7 @@ GEM rake (13.1.0) regexp_parser (2.9.0) rexml (3.2.6) - rubocop (1.61.0) + rubocop (1.63.4) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -88,11 +88,11 @@ GEM rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.30.0, < 2.0) + rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.1) - parser (>= 3.3.0.4) + rubocop-ast (1.31.3) + parser (>= 3.3.1.0) ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) @@ -118,7 +118,7 @@ DEPENDENCIES clsx-rails! minitest (~> 5.22) rake (~> 13.0) - rubocop (~> 1.21) + rubocop (~> 1.63) simplecov simplecov-cobertura