From 615f0bb1ee64ae7db6a1c1e07ee31e1cb1afc643 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 12 Nov 2020 08:12:38 +0000 Subject: [PATCH] Update dependency rubocop to v1 --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 6fbdd814b..8f55719a1 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.3.0', require: false gem 'rubocop-performance', require: false gem 'rubocop-rails', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 60cc8eecf..32ead694a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -204,7 +204,7 @@ GEM mime-types mimemagic (~> 0.3.0) terrapin (~> 0.6.0) - parallel (1.19.2) + parallel (1.20.0) parser (2.7.2.0) ast (~> 2.4.1) percy-capybara (4.3.3) @@ -293,16 +293,16 @@ GEM rspec-mocks (~> 3.9) rspec-support (~> 3.9) rspec-support (3.9.3) - rubocop (0.93.0) + rubocop (1.3.0) parallel (~> 1.10) parser (>= 2.7.1.5) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8) rexml - rubocop-ast (>= 0.6.0) + rubocop-ast (>= 1.1.1) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 2.0) - rubocop-ast (0.7.1) + rubocop-ast (1.1.1) parser (>= 2.7.1.5) rubocop-performance (1.8.1) rubocop (>= 0.87.0) @@ -429,7 +429,7 @@ DEPENDENCIES rerun responders (~> 3.0) rspec-rails - rubocop (~> 0.93.0) + rubocop (~> 1.3.0) rubocop-performance rubocop-rails sassc-rails