From 3f3588f44df69713fe82a67ea3bb278f118a3a4b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 29 Jun 2021 07:06:37 +0000 Subject: [PATCH] chore(deps): update dependency rubocop to v1 --- Gemfile | 2 +- Gemfile.lock | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Gemfile b/Gemfile index 7e61da6f0..95b2b7537 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.18.0', require: false gem 'rubocop-performance', require: false gem 'rubocop-rails', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 0e736fdd8..807b3b8b1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -70,7 +70,7 @@ GEM zeitwerk (~> 2.3) addressable (2.7.0) public_suffix (>= 2.0.2, < 5.0) - ast (2.4.1) + ast (2.4.2) autoprefixer-rails (10.2.4.0) execjs babel-source (5.8.35) @@ -218,7 +218,7 @@ GEM mimemagic (~> 0.3.0) terrapin (~> 0.6.0) parallel (1.20.1) - parser (3.0.0.0) + parser (3.0.1.1) ast (~> 2.4.1) percy-capybara (4.3.3) pg (1.2.3) @@ -281,7 +281,7 @@ GEM rb-inotify (0.10.1) ffi (~> 1.0) rb-readline (0.5.5) - regexp_parser (2.0.3) + regexp_parser (2.1.1) request_store (1.5.0) rack (>= 1.4) rerun (0.13.1) @@ -307,17 +307,17 @@ GEM rspec-mocks (~> 3.10) rspec-support (~> 3.10) rspec-support (3.10.2) - rubocop (0.93.0) + rubocop (1.18.0) 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.7.0, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 1.4.0, < 2.0) - rubocop-ast (1.4.0) - parser (>= 2.7.1.5) + unicode-display_width (>= 1.4.0, < 3.0) + rubocop-ast (1.7.0) + parser (>= 3.0.1.1) rubocop-performance (1.9.2) rubocop (>= 0.90.0, < 2.0) rubocop-ast (>= 0.4.0) @@ -373,7 +373,7 @@ GEM concurrent-ruby (~> 1.0) 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) @@ -442,7 +442,7 @@ DEPENDENCIES rerun responders (~> 3.0) rspec-rails - rubocop (~> 0.93.0) + rubocop (~> 1.18.0) rubocop-performance rubocop-rails sassc-rails