From cfb62bcf315259aeffac76d4ab54f1c300776c11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Dec 2020 09:18:50 -0800 Subject: [PATCH] Bump rubocop from 1.4.2 to 1.5.2 (#2412) Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 1.4.2 to 1.5.2. - [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/v1.4.2...v1.5.2) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index a2339b79..bd7b6578 100644 --- a/Gemfile +++ b/Gemfile @@ -37,7 +37,7 @@ gem 'mini_racer', '~> 0.3.1', platforms: :ruby gem 'therubyrhino', '>= 2.0', platforms: :jruby # Code Quality -gem 'rubocop', '~> 1.4', require: false +gem 'rubocop', '~> 1.5', require: false gem 'rubocop-performance', '~> 1.9', require: false gem 'simplecov', '~> 0.20', require: false diff --git a/Gemfile.lock b/Gemfile.lock index b85e9105..74bfd773 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -204,16 +204,16 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.10.0) rspec-support (3.10.0) - rubocop (1.4.2) + rubocop (1.5.2) parallel (~> 1.10) parser (>= 2.7.1.5) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8) + regexp_parser (>= 1.8, < 3.0) rexml - rubocop-ast (>= 1.1.1) + rubocop-ast (>= 1.2.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 2.0) - rubocop-ast (1.2.0) + rubocop-ast (1.3.0) parser (>= 2.7.1.5) rubocop-performance (1.9.1) rubocop (>= 0.90.0, < 2.0) @@ -281,7 +281,7 @@ DEPENDENCIES rake (~> 13.0) redcarpet (>= 3.1) rspec (~> 3.10) - rubocop (~> 1.4) + rubocop (~> 1.5) rubocop-performance (~> 1.9) rubydns (~> 2.0.2) sassc (~> 2.4)