From b08e1af848a64483d23675821c45574f4815cdbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 16:36:29 +0000 Subject: [PATCH] Bump rubocop from 1.33.0 to 1.59.0 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.33.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.33.0...v1.59.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 31 +++++++++++++++++-------------- 2 files changed, 18 insertions(+), 15 deletions(-) diff --git a/Gemfile b/Gemfile index 8fc47f5204..85bc8bce88 100644 --- a/Gemfile +++ b/Gemfile @@ -53,7 +53,7 @@ gem 'rdiscount', '~> 2.2' gem 'react-rails' gem "recaptcha", require: "recaptcha/rails" gem 'responders', '~> 3.0' -gem 'rubocop', '~> 1.33.0', require: false +gem 'rubocop', '~> 1.59.0', require: false gem "ruby-openid", :require => "openid" gem 'sanitize' gem 'sentry-ruby' diff --git a/Gemfile.lock b/Gemfile.lock index e659e43045..651fe158fa 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -300,9 +300,10 @@ GEM rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) - json (2.6.2) + json (2.7.1) json_expressions (0.9.0) jwt (2.5.0) + language_server-protocol (3.17.0.3) launchy (2.5.0) addressable (~> 2.7) lazyload-rails (0.5.0) @@ -404,9 +405,10 @@ GEM mime-types mimemagic (~> 0.3.0) terrapin (~> 0.6.0) - parallel (1.22.1) - parser (3.1.2.1) + parallel (1.23.0) + parser (3.2.2.4) ast (~> 2.4.1) + racc passenger (6.0.14) rack rake (>= 0.8.1) @@ -486,7 +488,7 @@ GEM redis (4.8.0) redis-namespace (1.9.0) redis (>= 4) - regexp_parser (2.6.0) + regexp_parser (2.8.3) representable (3.2.0) declarative (< 0.1.0) trailblazer-option (>= 0.1.1, < 0.2.0) @@ -509,7 +511,7 @@ GEM retriable (3.1.2) reverse_markdown (1.1.0) nokogiri - rexml (3.2.5) + rexml (3.2.6) rspec (3.11.0) rspec-core (~> 3.11.0) rspec-expectations (~> 3.11.0) @@ -523,18 +525,19 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.11.0) rspec-support (3.11.0) - rubocop (1.33.0) + rubocop (1.59.0) json (~> 2.3) + language_server-protocol (>= 3.17.0) parallel (~> 1.10) - parser (>= 3.1.0.0) + 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.19.1, < 2.0) + rubocop-ast (>= 1.30.0, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 1.4.0, < 3.0) - rubocop-ast (1.23.0) - parser (>= 3.1.1.0) + unicode-display_width (>= 2.4.0, < 3.0) + rubocop-ast (1.30.0) + parser (>= 3.2.1.0) rubocop-performance (1.15.0) rubocop (>= 1.7.0, < 2.0) rubocop-ast (>= 0.4.0) @@ -545,7 +548,7 @@ GEM rubocop-rake (0.6.0) rubocop (~> 1.0) ruby-openid (2.9.2) - ruby-progressbar (1.11.0) + ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) rubyzip (2.3.2) sanitize (5.2.3) @@ -648,7 +651,7 @@ GEM unf (0.1.4) unf_ext unf_ext (0.0.7.7) - unicode-display_width (2.3.0) + unicode-display_width (2.5.0) web-console (3.7.0) actionview (>= 5.0) activemodel (>= 5.0) @@ -761,7 +764,7 @@ DEPENDENCIES rest-client reverse_markdown rspec - rubocop (~> 1.33.0) + rubocop (~> 1.59.0) rubocop-performance rubocop-rails rubocop-rake