From 55c475068a03e938bd4a5058a9006b4aab86c014 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 13:42:10 +0000 Subject: [PATCH] Bump rubocop from 1.56.0 to 1.59.0 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.56.0 to 1.59.0. - [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.0...v1.59.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 22 ++++++++++------------ 2 files changed, 11 insertions(+), 13 deletions(-) diff --git a/Gemfile b/Gemfile index 5f52daf..f62fc23 100644 --- a/Gemfile +++ b/Gemfile @@ -58,7 +58,7 @@ group :development do gem 'listen', '~> 3.8' gem 'rails_best_practices', '~> 1.20' gem 'reek', '~> 6.1', '>= 6.1.1' - gem 'rubocop', '~> 1.55', require: false + gem 'rubocop', '~> 1.59', require: false gem 'rubocop-factory_bot', '~> 2.23', '>= 2.23.1', require: false gem 'rubocop-performance', '~> 1.19', require: false gem 'rubocop-rails', '~> 2.20', '>= 2.20.2', require: false diff --git a/Gemfile.lock b/Gemfile.lock index dcc5dfb..e938fc4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -110,7 +110,6 @@ GEM aws-sigv4 (~> 1.6) aws-sigv4 (1.6.0) aws-eventstream (~> 1, >= 1.0.2) - base64 (0.1.1) bcrypt (3.1.18) better_errors (2.10.1) erubi (>= 1.0.0) @@ -230,7 +229,7 @@ GEM rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) - json (2.6.3) + json (2.7.1) kaminari (1.2.2) activesupport (>= 4.1.0) kaminari-actionview (= 1.2.2) @@ -294,7 +293,7 @@ GEM parallel (1.23.0) parallel_tests (4.2.2) parallel - parser (3.2.2.3) + parser (3.2.2.4) ast (~> 2.4.1) racc pg (1.5.3) @@ -314,7 +313,7 @@ GEM nio4r (~> 2.0) pundit (2.3.1) activesupport (>= 3.0.0) - racc (1.7.1) + racc (1.7.3) rack (2.2.8) rack-cors (2.0.1) rack (>= 2.0.0) @@ -374,7 +373,7 @@ GEM kwalify (~> 0.7.0) parser (~> 3.2.0) rainbow (>= 2.0, < 4.0) - regexp_parser (2.8.1) + regexp_parser (2.8.3) request_store (1.5.1) rack (>= 1.4) require_all (3.0.0) @@ -408,19 +407,18 @@ GEM activesupport (>= 3.0.0) mustache (~> 1.0, >= 0.99.4) rspec (~> 3.0) - rubocop (1.56.0) - base64 (~> 0.1.1) + rubocop (1.59.0) 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) - rubocop-ast (>= 1.28.1, < 2.0) + rubocop-ast (>= 1.30.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.29.0) + rubocop-ast (1.30.0) parser (>= 3.2.1.0) rubocop-capybara (2.18.0) rubocop (~> 1.41) @@ -483,7 +481,7 @@ GEM concurrent-ruby (~> 1.0) uglifier (4.2.0) execjs (>= 0.3.0, < 3) - unicode-display_width (2.4.2) + unicode-display_width (2.5.0) warden (1.2.9) rack (>= 2.0.9) webmock (3.19.1) @@ -544,7 +542,7 @@ DEPENDENCIES reek (~> 6.1, >= 6.1.1) rspec-rails (~> 6.0) rspec_api_documentation (~> 6.1.0) - rubocop (~> 1.55) + rubocop (~> 1.59) rubocop-factory_bot (~> 2.23, >= 2.23.1) rubocop-performance (~> 1.19) rubocop-rails (~> 2.20, >= 2.20.2)