From b92c80245cadfc0cde4c2d40891642822621c5a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 16:57:19 +0000 Subject: [PATCH] Bump rubocop from 1.33.0 to 1.47.0 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.33.0 to 1.47.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.47.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 | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Gemfile b/Gemfile index 8fc47f5204..e5129f5a66 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.47.0', require: false gem "ruby-openid", :require => "openid" gem 'sanitize' gem 'sentry-ruby' diff --git a/Gemfile.lock b/Gemfile.lock index e659e43045..a804d554d6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -300,7 +300,7 @@ GEM rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) - json (2.6.2) + json (2.6.3) json_expressions (0.9.0) jwt (2.5.0) launchy (2.5.0) @@ -405,7 +405,7 @@ GEM mimemagic (~> 0.3.0) terrapin (~> 0.6.0) parallel (1.22.1) - parser (3.1.2.1) + parser (3.2.1.0) ast (~> 2.4.1) passenger (6.0.14) rack @@ -486,7 +486,7 @@ GEM redis (4.8.0) redis-namespace (1.9.0) redis (>= 4) - regexp_parser (2.6.0) + regexp_parser (2.7.0) representable (3.2.0) declarative (< 0.1.0) trailblazer-option (>= 0.1.1, < 0.2.0) @@ -523,18 +523,18 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.11.0) rspec-support (3.11.0) - rubocop (1.33.0) + rubocop (1.47.0) json (~> 2.3) parallel (~> 1.10) - parser (>= 3.1.0.0) + parser (>= 3.2.0.0) 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.26.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.27.0) + parser (>= 3.2.1.0) rubocop-performance (1.15.0) rubocop (>= 1.7.0, < 2.0) rubocop-ast (>= 0.4.0) @@ -648,7 +648,7 @@ GEM unf (0.1.4) unf_ext unf_ext (0.0.7.7) - unicode-display_width (2.3.0) + unicode-display_width (2.4.2) web-console (3.7.0) actionview (>= 5.0) activemodel (>= 5.0) @@ -761,7 +761,7 @@ DEPENDENCIES rest-client reverse_markdown rspec - rubocop (~> 1.33.0) + rubocop (~> 1.47.0) rubocop-performance rubocop-rails rubocop-rake