From cb711eeb93bcd1e7944866835cb05fa5b689e754 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2020 05:28:20 +0000 Subject: [PATCH] Bump rubocop from 0.80.1 to 0.82.0 Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.80.1 to 0.82.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.80.1...v0.82.0) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 87699495..543a211a 100644 --- a/Gemfile +++ b/Gemfile @@ -63,7 +63,7 @@ end group :development, :test do gem 'byebug' gem 'listen' - gem "rubocop", "~> 0.80", require: false + gem "rubocop", "~> 0.82", require: false end group :test do diff --git a/Gemfile.lock b/Gemfile.lock index 25e1255b..c08c0956 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -149,7 +149,7 @@ GEM mimemagic (~> 0.3.0) terrapin (~> 0.6.0) parallel (1.19.1) - parser (2.7.0.5) + parser (2.7.1.1) ast (~> 2.4.0) puma (4.3.3) nio4r (~> 2.0) @@ -201,14 +201,14 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.9.0) rspec-support (3.9.2) - rubocop (0.80.1) + rubocop (0.82.0) jaro_winkler (~> 1.5.1) parallel (~> 1.10) parser (>= 2.7.0.1) rainbow (>= 2.2.2, < 4.0) rexml ruby-progressbar (~> 1.7) - unicode-display_width (>= 1.4.0, < 1.7) + unicode-display_width (>= 1.4.0, < 2.0) ruby-progressbar (1.10.1) rubyzip (2.0.0) safe_yaml (1.0.5) @@ -276,7 +276,7 @@ GEM thread_safe (~> 0.1) uglifier (4.2.0) execjs (>= 0.3.0, < 3) - unicode-display_width (1.6.1) + unicode-display_width (1.7.0) uniform_notifier (1.13.0) websocket-driver (0.7.1) websocket-extensions (>= 0.1.0) @@ -318,7 +318,7 @@ DEPENDENCIES rails-dom-testing (~> 2.0.0) rails_autolink rspec-expectations - rubocop (~> 0.80) + rubocop (~> 0.82) sanitize (~> 5.1) sass-rails (~> 5.0) selenium-webdriver (~> 3.142)