From 8ec51d8b41bdc757348ca3696be233fb58d38a72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 17:23:07 +0000 Subject: [PATCH] Bump rubocop from 1.33.0 to 1.48.0 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.33.0 to 1.48.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.48.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 | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Gemfile b/Gemfile index 8fc47f5204..c3a650b4e6 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.48.0', require: false gem "ruby-openid", :require => "openid" gem 'sanitize' gem 'sentry-ruby' diff --git a/Gemfile.lock b/Gemfile.lock index e659e43045..5d18f89fb7 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.48.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) @@ -545,7 +545,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 +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.48.0) rubocop-performance rubocop-rails rubocop-rake