From ddd986cb90287eff6f789820dbb2275e846d5298 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jan 2024 10:42:43 +0000 Subject: [PATCH] Bump rubocop from 0.82.0 to 1.59.0 Bumps [rubocop](https://github.com/rubocop/rubocop) from 0.82.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/v0.82.0...v1.59.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 36 ++++++++++++++++++++++-------------- 1 file changed, 22 insertions(+), 14 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index aa60840d..63e51a88 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -48,7 +48,7 @@ GEM addressable (2.8.0) public_suffix (>= 2.0.2, < 5.0) arel (9.0.0) - ast (2.4.0) + ast (2.4.2) autoprefixer-rails (9.4.7) execjs aws-eventstream (1.0.3) @@ -137,16 +137,17 @@ GEM multi_xml (>= 0.5.2) i18n (1.12.0) concurrent-ruby (~> 1.0) - jaro_winkler (1.5.4) jmespath (1.6.1) jquery-rails (4.5.0) rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) + json (2.7.1) jsonpath (1.0.4) multi_json to_regexp (~> 0.2.1) jwt (1.5.6) + language_server-protocol (3.17.0.3) listen (3.7.1) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) @@ -198,9 +199,10 @@ GEM faraday faraday-panoptes (~> 0.3) jwt (~> 1.5.0) - parallel (1.19.1) - parser (2.7.1.2) - ast (~> 2.4.0) + parallel (1.24.0) + parser (3.3.0.2) + ast (~> 2.4.1) + racc pg (1.3.5) pry (0.13.1) coderay (~> 1.1) @@ -251,7 +253,7 @@ GEM method_source rake (>= 0.8.7) thor (>= 0.19.0, < 2.0) - rainbow (3.0.0) + rainbow (3.1.1) rake (13.0.6) ranked-model (0.4.8) activerecord (>= 4.2) @@ -259,6 +261,7 @@ GEM rb-inotify (0.10.1) ffi (~> 1.0) redis (4.5.1) + regexp_parser (2.9.0) request_store (1.4.1) rack (>= 1.4) responders (3.0.1) @@ -269,7 +272,7 @@ GEM http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) netrc (~> 0.8) - rexml (3.2.5) + rexml (3.2.6) rspec-core (3.8.0) rspec-support (~> 3.8.0) rspec-expectations (3.8.2) @@ -287,15 +290,20 @@ GEM rspec-mocks (~> 3.8.0) rspec-support (~> 3.8.0) rspec-support (3.8.0) - rubocop (0.82.0) - jaro_winkler (~> 1.5.1) + rubocop (1.59.0) + json (~> 2.3) + language_server-protocol (>= 3.17.0) parallel (~> 1.10) - parser (>= 2.7.0.1) + parser (>= 3.2.2.4) rainbow (>= 2.2.2, < 4.0) - rexml + regexp_parser (>= 1.8, < 3.0) + rexml (>= 3.2.5, < 4.0) + rubocop-ast (>= 1.30.0, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 1.4.0, < 2.0) - ruby-progressbar (1.10.1) + unicode-display_width (>= 2.4.0, < 3.0) + rubocop-ast (1.30.0) + parser (>= 3.2.1.0) + ruby-progressbar (1.13.0) sass (3.7.2) sass-listen (~> 4.0.0) sass-listen (4.0.0) @@ -358,7 +366,7 @@ GEM unf (0.1.4) unf_ext unf_ext (0.0.8.2) - unicode-display_width (1.7.0) + unicode-display_width (2.5.0) web-console (3.7.0) actionview (>= 5.0) activemodel (>= 5.0)