From 81ebbd6578d5c0cacc5d200112fce0910f9aa503 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 13:55:26 +0000 Subject: [PATCH] Bump rubocop from 1.56.4 to 1.57.1 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.56.4 to 1.57.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.56.4...v1.57.1) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index b3edbb74..8b58223b 100644 --- a/Gemfile +++ b/Gemfile @@ -61,7 +61,7 @@ group :test do end group :linter do - gem 'rubocop', '~> 1.56.4' + gem 'rubocop', '~> 1.57.1' 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 bbac83c6..eed6efc3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -250,7 +250,7 @@ GEM sawyer (~> 0.9) optimist (3.1.0) parallel (1.23.0) - parser (3.2.2.3) + parser (3.2.2.4) ast (~> 2.4.1) racc popper_js (1.16.1) @@ -331,7 +331,7 @@ GEM redis-client (>= 0.9.0) redis-client (0.17.0) connection_pool - regexp_parser (2.8.1) + regexp_parser (2.8.2) rexml (3.2.6) rspec-core (3.12.2) rspec-support (~> 3.12.0) @@ -339,12 +339,12 @@ GEM actionpack (>= 5.2.0) rspec-core rspec-support (3.12.1) - rubocop (1.56.4) + rubocop (1.57.1) base64 (~> 0.1.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) - parser (>= 3.2.2.3) + parser (>= 3.2.2.4) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) @@ -478,7 +478,7 @@ DEPENDENCIES rails (~> 7.0.0) redis (~> 5.0) rspec-openapi - rubocop (~> 1.56.4) + rubocop (~> 1.57.1) rubocop-capybara (~> 2.19.0) rubocop-performance (~> 1.19.0) rubocop-rails (~> 2.21.2)