From 4dfa2c38400eacf60428a59c8a84b4cbf1ca32ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 03:37:46 +0000 Subject: [PATCH] Bump rubocop from 1.61.0 to 1.62.0 (#102) --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index ad995d9..7045a04 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gemspec gem 'bundler', '~> 2.4' gem 'rake', '~> 13.1' gem 'rspec', '~> 3.13' -gem 'rubocop', '~> 1.61' +gem 'rubocop', '~> 1.62' gem 'rubocop-performance', '~> 1.20' gem 'rubocop-rake', '~> 0.6' gem 'rubocop-rspec', '~> 2.27' diff --git a/Gemfile.lock b/Gemfile.lock index 7aa51e9..ba33c33 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -34,7 +34,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.0) - rubocop (1.61.0) + rubocop (1.62.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -42,7 +42,7 @@ 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) @@ -71,7 +71,7 @@ DEPENDENCIES bundler (~> 2.4) rake (~> 13.1) rspec (~> 3.13) - rubocop (~> 1.61) + rubocop (~> 1.62) rubocop-performance (~> 1.20) rubocop-rake (~> 0.6) rubocop-rspec (~> 2.27)