From 0910e8344467c8532cc2598427948a6d883a2696 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2019 14:01:44 +0000 Subject: [PATCH] Bump rubocop from 0.39.0 to 0.68.1 Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.39.0 to 0.68.1. - [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.39.0...v0.68.1) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 28 +++++++++++++++------------- 2 files changed, 16 insertions(+), 14 deletions(-) diff --git a/Gemfile b/Gemfile index e0f6020..56469fc 100644 --- a/Gemfile +++ b/Gemfile @@ -76,7 +76,7 @@ group :development, :test do gem 'minitest-rails' # code cleanup - gem 'rubocop', '~> 0.39.0' + gem 'rubocop', '~> 0.68.1' # debugging gem 'pry-rails' diff --git a/Gemfile.lock b/Gemfile.lock index 5cb3595..c673a21 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -47,7 +47,7 @@ GEM tzinfo (~> 1.1) ansi (1.5.0) arel (6.0.3) - ast (2.3.0) + ast (2.4.0) autoprefixer-rails (6.3.7) execjs bcrypt (3.1.11) @@ -89,6 +89,7 @@ GEM hashie (3.4.4) i18n (0.9.5) concurrent-ruby (~> 1.0) + jaro_winkler (1.5.4) jbuilder (2.6.0) activesupport (>= 3.0.0, < 5.1) multi_json (~> 1.2) @@ -140,10 +141,10 @@ GEM oauth2 (~> 1.0) omniauth (~> 1.2) orm_adapter (0.5.0) - parser (2.3.1.2) - ast (~> 2.2) + parallel (1.18.0) + parser (2.6.5.0) + ast (~> 2.4.0) pg (0.18.4) - powerpack (0.1.1) pry (0.10.4) coderay (~> 1.1.0) method_source (~> 0.8.1) @@ -183,20 +184,21 @@ GEM activesupport (= 4.2.6) rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) - rainbow (2.1.0) + rainbow (3.0.0) rake (13.0.0) rdoc (4.2.2) json (~> 1.4) responders (2.4.1) actionpack (>= 4.2.0, < 6.0) railties (>= 4.2.0, < 6.0) - rubocop (0.39.0) - parser (>= 2.3.0.7, < 3.0) - powerpack (~> 0.1) - rainbow (>= 1.99.1, < 3.0) + rubocop (0.68.1) + jaro_winkler (~> 1.5.1) + parallel (~> 1.10) + parser (>= 2.5, != 2.5.1.1) + rainbow (>= 2.2.2, < 4.0) ruby-progressbar (~> 1.7) - unicode-display_width (~> 1.0, >= 1.0.1) - ruby-progressbar (1.8.1) + unicode-display_width (>= 1.4.0, < 1.6) + ruby-progressbar (1.10.1) sass (3.4.22) sass-rails (5.0.6) railties (>= 4.0.0, < 6) @@ -226,7 +228,7 @@ GEM thread_safe (~> 0.1) uglifier (3.0.0) execjs (>= 0.3.0, < 3) - unicode-display_width (1.1.0) + unicode-display_width (1.5.0) warden (1.2.7) rack (>= 1.0) web-console (2.3.0) @@ -259,7 +261,7 @@ DEPENDENCIES rails (= 4.2.6) rails-i18n! rails_12factor - rubocop (~> 0.39.0) + rubocop (~> 0.68.1) sass-rails (~> 5.0) sdoc (~> 0.4.0) spring