From cc238d2cf2985731e4e8c13e9d1fdd817c6ef7fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 08:14:05 +0000 Subject: [PATCH] Bump rubocop from 1.63.5 to 1.64.0 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.63.5 to 1.64.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.63.5...v1.64.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 7552aa4..eb00f82 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gemspec gem 'bundler', '~> 2.4' gem 'rake', '~> 13.2' -gem 'rubocop', '~> 1.63', require: false +gem 'rubocop', '~> 1.64', require: false gem 'rubocop-packaging', '~> 0.5.2', require: false gem 'rubocop-performance', '~> 1.21', require: false gem 'rubocop-rake', '~> 0.6.0', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 5f3101f..34140af 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -19,10 +19,10 @@ GEM parser (3.3.1.0) ast (~> 2.4.1) racc - racc (1.7.3) + racc (1.8.0) rainbow (3.1.1) rake (13.2.1) - regexp_parser (2.9.1) + regexp_parser (2.9.2) rexml (3.2.8) strscan (>= 3.0.9) rspec-core (3.13.0) @@ -34,7 +34,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.1) - rubocop (1.63.5) + rubocop (1.64.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -83,7 +83,7 @@ DEPENDENCIES bundler (~> 2.4) pundit-matchers! rake (~> 13.2) - rubocop (~> 1.63) + rubocop (~> 1.64) rubocop-packaging (~> 0.5.2) rubocop-performance (~> 1.21) rubocop-rake (~> 0.6.0)