From c716da3b47f5c405d8135a546d4c98ca59451ed3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 07:43:50 +0000 Subject: [PATCH] Bump rubocop from 1.54.1 to 1.55.1 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.54.1 to 1.55.1. - [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.55.1) --- 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 1d4392e..fa3344a 100644 --- a/Gemfile +++ b/Gemfile @@ -8,6 +8,6 @@ gem "activejob", ">= 6.1", "< 8.0" gem "minitest", "~> 5.18" gem "pry", "~> 0.14" gem "rake", "~> 13.0" -gem "rubocop", "~> 1.54" +gem "rubocop", "~> 1.55" gem "rubocop-minitest", "~> 0.31" gem "rubocop-rake", "~> 0.6" diff --git a/Gemfile.lock b/Gemfile.lock index 8d2b1b0..a4507e4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -37,8 +37,8 @@ GEM rainbow (3.1.1) rake (13.0.6) regexp_parser (2.8.1) - rexml (3.2.5) - rubocop (1.54.1) + rexml (3.2.6) + rubocop (1.55.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -46,7 +46,7 @@ GEM rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.28.0, < 2.0) + rubocop-ast (>= 1.28.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) rubocop-ast (1.29.0) @@ -70,7 +70,7 @@ DEPENDENCIES minitest (~> 5.18) pry (~> 0.14) rake (~> 13.0) - rubocop (~> 1.54) + rubocop (~> 1.55) rubocop-minitest (~> 0.31) rubocop-rake (~> 0.6)