From 4331023190401ee1b475324a2cd1b33656113c32 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 5 Nov 2020 10:22:55 +0000 Subject: [PATCH] Bump rubocop from 0.86.0 to 1.2.0 Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.86.0 to 1.2.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.86.0...v1.2.0) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index 6b3eabf..80c1f22 100644 --- a/Gemfile +++ b/Gemfile @@ -116,7 +116,7 @@ group :development do gem "overcommit", require: false gem "rails_best_practices", require: false gem "reek", require: false - gem "rubocop", '~> 0.86.0', require: false + gem "rubocop", '~> 1.2.0', require: false gem "rubocop-rails", require: false end diff --git a/Gemfile.lock b/Gemfile.lock index e76852b..c96d067 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -208,7 +208,7 @@ GEM parser (>= 2.5.0.0, < 2.8, != 2.5.1.1) psych (~> 3.1) rainbow (>= 2.0, < 4.0) - regexp_parser (1.7.1) + regexp_parser (1.8.2) require_all (3.0.0) responders (3.0.1) actionpack (>= 5.0) @@ -233,17 +233,17 @@ GEM rspec-support (3.9.3) rspec_junit_formatter (0.4.1) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (0.86.0) + rubocop (1.2.0) parallel (~> 1.10) - parser (>= 2.7.0.1) + parser (>= 2.7.1.5) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.7) + regexp_parser (>= 1.8) rexml - rubocop-ast (>= 0.0.3, < 1.0) + rubocop-ast (>= 1.0.1) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 2.0) - rubocop-ast (0.0.3) - parser (>= 2.7.0.1) + rubocop-ast (1.1.1) + parser (>= 2.7.1.5) rubocop-rails (2.6.0) activesupport (>= 4.2.0) rack (>= 1.1) @@ -347,7 +347,7 @@ DEPENDENCIES reek rspec-rails rspec_junit_formatter - rubocop (~> 0.86.0) + rubocop (~> 1.2.0) rubocop-rails sass-rails (~> 6) selenium-webdriver