From 5f57e16a1e32a87997c650a8ba5a18c3c3273b95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jul 2023 23:55:49 +0000 Subject: [PATCH] Bump rubocop from 1.54.1 to 1.54.2 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.54.1 to 1.54.2. - [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.54.1...v1.54.2) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 07335881fc..c11585bcd2 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gemspec gem 'minitest', '5.18.1' gem 'pry', '0.14.2' gem 'rake', '13.0.6' -gem 'rubocop', '1.54.1' +gem 'rubocop', '1.54.2' gem 'rubocop-minitest', '0.31.0' gem 'rubocop-rake', '0.6.0' gem 'simplecov', '0.22.0' diff --git a/Gemfile.lock b/Gemfile.lock index b16bfcd3df..853f24dec7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -30,7 +30,7 @@ GEM rake (13.0.6) regexp_parser (2.8.1) rexml (3.2.5) - rubocop (1.54.1) + rubocop (1.54.2) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -68,7 +68,7 @@ DEPENDENCIES minitest (= 5.18.1) pry (= 0.14.2) rake (= 13.0.6) - rubocop (= 1.54.1) + rubocop (= 1.54.2) rubocop-minitest (= 0.31.0) rubocop-rake (= 0.6.0) simplecov (= 0.22.0)