From a20e3c06c23126247b08221c36cf2a7cc287f07f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 08:47:23 +0000 Subject: [PATCH] Bump rubocop from 1.60.0 to 1.63.0 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.60.0 to 1.63.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.60.0...v1.63.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development 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 0df099c..ebe426a 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ source 'https://rubygems.org' gemspec group :development do - gem 'rubocop', '~> 1.60' + gem 'rubocop', '~> 1.63' gem 'rubocop-rspec', '~> 2.26' end diff --git a/Gemfile.lock b/Gemfile.lock index ccff85c..aed6624 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -20,10 +20,10 @@ GEM concurrent-ruby (~> 1.0) dry-core (~> 1.0, < 2) zeitwerk (~> 2.6) - json (2.7.1) + json (2.7.2) language_server-protocol (3.17.0.3) parallel (1.24.0) - parser (3.3.0.3) + parser (3.3.0.5) ast (~> 2.4.1) racc racc (1.7.3) @@ -43,7 +43,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) rspec-support (3.12.1) - rubocop (1.60.0) + rubocop (1.63.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -51,11 +51,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.30.0) - parser (>= 3.2.1.0) + rubocop-ast (1.31.2) + parser (>= 3.3.0.4) rubocop-capybara (2.20.0) rubocop (~> 1.41) rubocop-factory_bot (2.25.1) @@ -86,7 +86,7 @@ PLATFORMS DEPENDENCIES chromable! rspec (~> 3.12) - rubocop (~> 1.60) + rubocop (~> 1.63) rubocop-rspec (~> 2.26) BUNDLED WITH