From 67a2c3092d162f3ba1601c7fc7f9ce4c701d97b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Sep 2023 19:39:47 +0000 Subject: [PATCH] Bump rubocop from 1.56.3 to 1.56.4 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.56.3 to 1.56.4. - [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.56.3...v1.56.4) --- 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 c5a3eff0..6d4f1d25 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem 'pry-byebug', '~> 3.10' gem 'rake', '~> 13.0.6' gem 'redcarpet', '~> 3.6.0' gem 'rspec', '~> 3.12.0' -gem 'rubocop', '~> 1.56.3' +gem 'rubocop', '~> 1.56.4' gem 'rubocop-packaging', '~> 0.5.2' gem 'rubocop-performance', '~> 1.19.1' gem 'rubocop-rake', '~> 0.6.0' diff --git a/Gemfile.lock b/Gemfile.lock index 9c8793b4..01437fd8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -52,7 +52,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) rspec-support (3.12.0) - rubocop (1.56.3) + rubocop (1.56.4) base64 (~> 0.1.1) json (~> 2.3) language_server-protocol (>= 3.17.0) @@ -131,7 +131,7 @@ DEPENDENCIES rake (~> 13.0.6) redcarpet (~> 3.6.0) rspec (~> 3.12.0) - rubocop (~> 1.56.3) + rubocop (~> 1.56.4) rubocop-packaging (~> 0.5.2) rubocop-performance (~> 1.19.1) rubocop-rake (~> 0.6.0)