From 13aa0f8fbb478090bd4f2776db4439e027049785 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 26 Jan 2021 19:38:33 +0000 Subject: [PATCH] Update dependency rubocop to v1 --- Gemfile | 2 +- Gemfile.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Gemfile b/Gemfile index 79adf3e23..6814bca8f 100644 --- a/Gemfile +++ b/Gemfile @@ -84,7 +84,7 @@ group :development, :test do ## # We want to use the same version of rubocop as Codeclimate does - see # .codeclimate.yml and https://docs.codeclimate.com/docs/rubocop - gem 'rubocop', '~> 0.93.0', require: false + gem 'rubocop', '~> 1.8.0', require: false gem 'rubocop-performance', require: false gem 'rubocop-rails', require: false diff --git a/Gemfile.lock b/Gemfile.lock index df1c98e4f..b58cfb473 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -66,7 +66,7 @@ GEM zeitwerk (~> 2.2, >= 2.2.2) addressable (2.7.0) public_suffix (>= 2.0.2, < 5.0) - ast (2.4.1) + ast (2.4.2) autoprefixer-rails (10.2.0.0) execjs babel-source (5.8.35) @@ -297,16 +297,16 @@ GEM rspec-mocks (~> 3.10) rspec-support (~> 3.10) rspec-support (3.10.1) - rubocop (0.93.0) + rubocop (1.8.1) parallel (~> 1.10) - parser (>= 2.7.1.5) + parser (>= 3.0.0.0) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8) + regexp_parser (>= 1.8, < 3.0) rexml - rubocop-ast (>= 0.6.0) + rubocop-ast (>= 1.2.0, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 1.4.0, < 2.0) - rubocop-ast (1.4.0) + unicode-display_width (>= 1.4.0, < 3.0) + rubocop-ast (1.4.1) parser (>= 2.7.1.5) rubocop-performance (1.9.2) rubocop (>= 0.90.0, < 2.0) @@ -364,7 +364,7 @@ GEM thread_safe (~> 0.1) uglifier (4.2.0) execjs (>= 0.3.0, < 3) - unicode-display_width (1.7.0) + unicode-display_width (2.0.0) videojs_rails (4.12.15) warden (1.2.9) rack (>= 2.0.9) @@ -433,7 +433,7 @@ DEPENDENCIES rerun responders (~> 3.0) rspec-rails - rubocop (~> 0.93.0) + rubocop (~> 1.8.0) rubocop-performance rubocop-rails sassc-rails