From 6f9a2d6d78d4b49e092ce8f25b4209156aa1c718 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 13:28:39 +0000 Subject: [PATCH] Bump rubocop from 1.57.1 to 1.57.2 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.57.1 to 1.57.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.57.1...v1.57.2) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 8b58223b..0d300a58 100644 --- a/Gemfile +++ b/Gemfile @@ -61,7 +61,7 @@ group :test do end group :linter do - gem 'rubocop', '~> 1.57.1' + gem 'rubocop', '~> 1.57.2' gem 'rubocop-rails', '~> 2.21.2' gem 'rubocop-rake', '~> 0.6.0' gem 'rubocop-capybara', '~> 2.19.0' diff --git a/Gemfile.lock b/Gemfile.lock index c056d2be..afa151c4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -339,8 +339,7 @@ GEM actionpack (>= 5.2.0) rspec-core rspec-support (3.12.1) - rubocop (1.57.1) - base64 (~> 0.1.1) + rubocop (1.57.2) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -478,7 +477,7 @@ DEPENDENCIES rails (~> 7.0.0) redis (~> 5.0) rspec-openapi - rubocop (~> 1.57.1) + rubocop (~> 1.57.2) rubocop-capybara (~> 2.19.0) rubocop-performance (~> 1.19.0) rubocop-rails (~> 2.21.2)