From b3b6d74f4bad64907e1491d7681a9dd86c71581a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Sep 2023 13:18:56 +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:development 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 60c14cd4..77ae2cd3 100644 --- a/Gemfile +++ b/Gemfile @@ -61,7 +61,7 @@ group :test do end group :linter do - gem 'rubocop', '~> 1.56.3' + gem 'rubocop', '~> 1.56.4' gem 'rubocop-rails', '~> 2.21.1' gem 'rubocop-rake', '~> 0.6.0' gem 'rubocop-capybara', '~> 2.19.0' diff --git a/Gemfile.lock b/Gemfile.lock index 71cf1767..e1e20a47 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -339,7 +339,7 @@ GEM actionpack (>= 5.2.0) rspec-core rspec-support (3.12.1) - rubocop (1.56.3) + rubocop (1.56.4) base64 (~> 0.1.1) json (~> 2.3) language_server-protocol (>= 3.17.0) @@ -478,7 +478,7 @@ DEPENDENCIES rails (~> 7.0.0) redis (~> 5.0) rspec-openapi - rubocop (~> 1.56.3) + rubocop (~> 1.56.4) rubocop-capybara (~> 2.19.0) rubocop-performance (~> 1.19.0) rubocop-rails (~> 2.21.1)