From 7977b51340e80173dec12be4bce1fc5adb9272bb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 5 Apr 2021 10:31:14 +0000 Subject: [PATCH] Bump rubocop from 0.86.0 to 1.12.1 Bumps [rubocop](https://github.com/rubocop/rubocop) from 0.86.0 to 1.12.1. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v0.86.0...v1.12.1) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Gemfile b/Gemfile index 7abea37..aa8ce38 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.12.1', require: false gem "rubocop-rails", require: false end diff --git a/Gemfile.lock b/Gemfile.lock index 6cc5ee5..cad20c1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -62,7 +62,7 @@ GEM zeitwerk (~> 2.3) addressable (2.7.0) public_suffix (>= 2.0.2, < 5.0) - ast (2.4.1) + ast (2.4.2) bcrypt (3.1.16) bindex (0.8.1) bootsnap (1.7.3) @@ -157,7 +157,7 @@ GEM overcommit (0.57.0) childprocess (>= 0.6.3, < 5) iniparse (~> 1.4) - parallel (1.19.2) + parallel (1.20.1) parser (3.0.0.0) ast (~> 2.4.1) pg (1.2.3) @@ -217,7 +217,7 @@ GEM parser (~> 3.0.0) psych (~> 3.1) rainbow (>= 2.0, < 4.0) - regexp_parser (2.0.3) + regexp_parser (2.1.1) require_all (3.0.0) responders (3.0.1) actionpack (>= 5.0) @@ -242,17 +242,17 @@ GEM rspec-support (3.10.2) rspec_junit_formatter (0.4.1) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (0.86.0) + rubocop (1.12.1) parallel (~> 1.10) - parser (>= 2.7.0.1) + parser (>= 3.0.0.0) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.7) + regexp_parser (>= 1.8, < 3.0) rexml - rubocop-ast (>= 0.0.3, < 1.0) + rubocop-ast (>= 1.2.0, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 1.4.0, < 2.0) - rubocop-ast (0.0.3) - parser (>= 2.7.0.1) + unicode-display_width (>= 1.4.0, < 3.0) + rubocop-ast (1.4.1) + parser (>= 2.7.1.5) rubocop-rails (2.6.0) activesupport (>= 4.2.0) rack (>= 1.1) @@ -302,7 +302,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) warden (1.2.9) rack (>= 2.0.9) web-console (4.1.0) @@ -355,7 +355,7 @@ DEPENDENCIES reek rspec-rails rspec_junit_formatter - rubocop (~> 0.86.0) + rubocop (~> 1.12.1) rubocop-rails sass-rails (~> 6) selenium-webdriver