From 0a99038d843c212b60820fa0f4d2015bf0b81cb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 05:33:50 +0000 Subject: [PATCH] Bump rubocop from 1.62.1 to 1.63.0 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.62.1 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.62.1...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 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 17d7f02..e554d45 100644 --- a/Gemfile +++ b/Gemfile @@ -19,7 +19,7 @@ group :development, :test do end group :development, :lint do - gem 'rubocop', '~> 1.62' + gem 'rubocop', '~> 1.63' end group :development, :docs do diff --git a/Gemfile.lock b/Gemfile.lock index c5722a7..20a5d9c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -12,7 +12,7 @@ GEM ast (2.4.2) commonmarker (0.23.10) docopt (0.6.1) - json (2.7.1) + json (2.7.2) language_server-protocol (3.17.0.3) minitest (5.22.3) paint (2.3.0) @@ -25,7 +25,7 @@ GEM rake (13.2.1) regexp_parser (2.9.0) rexml (3.2.6) - rubocop (1.62.1) + rubocop (1.63.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -54,7 +54,7 @@ DEPENDENCIES minitest (~> 5.22) paint (~> 2.3) rake (~> 13.2) - rubocop (~> 1.62) + rubocop (~> 1.63) yard (>= 0.9.27, < 0.10) BUNDLED WITH