From ffbf780cdccf1e73d5478fcffe863d758b851040 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 9 Oct 2020 11:41:36 +0000 Subject: [PATCH] Bump rubocop from 0.92.0 to 0.93.0 Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.92.0 to 0.93.0. - [Release notes](https://github.com/rubocop-hq/rubocop/releases) - [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.92.0...v0.93.0) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 25bb2bd300..7ffbc0cb4c 100644 --- a/Gemfile +++ b/Gemfile @@ -51,7 +51,7 @@ gem 'rb-readline' gem 'rdiscount', '~> 2.2' gem "recaptcha", require: "recaptcha/rails" gem 'responders', '~> 3.0' -gem 'rubocop', '~> 0.92.0', require: false +gem 'rubocop', '~> 0.93.0', require: false gem "ruby-openid", :require => "openid" gem 'sanitize' gem 'sentry-raven' diff --git a/Gemfile.lock b/Gemfile.lock index 560963c9e7..ea67edf8c5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -348,7 +348,7 @@ GEM mimemagic (~> 0.3.0) terrapin (~> 0.6.0) parallel (1.19.2) - parser (2.7.1.5) + parser (2.7.2.0) ast (~> 2.4.1) passenger (6.0.6) rack @@ -424,7 +424,7 @@ GEM json redis (4.1.4) ref (2.0.0) - regexp_parser (1.8.0) + regexp_parser (1.8.1) representable (3.0.4) declarative (< 0.1.0) declarative-option (< 0.2.0) @@ -456,16 +456,16 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.9.0) rspec-support (3.9.0) - rubocop (0.92.0) + rubocop (0.93.0) parallel (~> 1.10) parser (>= 2.7.1.5) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.7) + regexp_parser (>= 1.8) rexml - rubocop-ast (>= 0.5.0) + rubocop-ast (>= 0.6.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 2.0) - rubocop-ast (0.5.1) + rubocop-ast (0.7.1) parser (>= 2.7.1.5) ruby-openid (2.9.2) ruby-progressbar (1.10.1) @@ -662,7 +662,7 @@ DEPENDENCIES rest-client reverse_markdown rspec - rubocop (~> 0.92.0) + rubocop (~> 0.93.0) ruby-openid sanitize sassc-rails