From fd9b287f5835de92edbd7513f521f2ad8148108b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2019 10:52:05 +0000 Subject: [PATCH] build(deps-dev): bump rubocop from 0.40.0 to 0.74.0 Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.40.0 to 0.74.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.40.0...v0.74.0) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 28 +++++++++++++++------------- 2 files changed, 16 insertions(+), 14 deletions(-) diff --git a/Gemfile b/Gemfile index 394d0d3..4f11c8d 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gem 'slop', '~> 4.2.0' gem 'rspec' group :test do - gem 'rubocop', '~> 0.40.0', require: false + gem 'rubocop', '~> 0.74.0', require: false gem 'simplecov', require: false gem 'coveralls', require: false end diff --git a/Gemfile.lock b/Gemfile.lock index 7178bcb..5229e53 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,7 +7,7 @@ PATH GEM remote: https://rubygems.org/ specs: - ast (2.2.0) + ast (2.4.0) coveralls (0.8.3) json (~> 1.8) rest-client (>= 1.6.8, < 2) @@ -20,13 +20,14 @@ GEM unf (>= 0.0.5, < 1.0.0) http-cookie (1.0.2) domain_name (~> 0.5) + jaro_winkler (1.5.3) json (1.8.3) mime-types (2.6.2) netrc (0.10.3) - parser (2.3.1.0) - ast (~> 2.2) - powerpack (0.1.1) - rainbow (2.1.0) + parallel (1.17.0) + parser (2.6.4.1) + ast (~> 2.4.0) + rainbow (3.0.0) rake (10.4.2) rest-client (1.8.0) http-cookie (>= 1.0.2, < 2.0) @@ -45,13 +46,14 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.3.0) rspec-support (3.3.0) - rubocop (0.40.0) - parser (>= 2.3.1.0, < 3.0) - powerpack (~> 0.1) - rainbow (>= 1.99.1, < 3.0) + rubocop (0.74.0) + jaro_winkler (~> 1.5.1) + parallel (~> 1.10) + parser (>= 2.6) + rainbow (>= 2.2.2, < 4.0) ruby-progressbar (~> 1.7) - unicode-display_width (~> 1.0, >= 1.0.1) - ruby-progressbar (1.8.1) + unicode-display_width (>= 1.4.0, < 1.7) + ruby-progressbar (1.10.1) simplecov (0.10.0) docile (~> 1.1.0) json (~> 1.8) @@ -65,7 +67,7 @@ GEM unf (0.1.4) unf_ext unf_ext (0.0.7.1) - unicode-display_width (1.0.5) + unicode-display_width (1.6.0) PLATFORMS ruby @@ -76,7 +78,7 @@ DEPENDENCIES coveralls rake rspec - rubocop (~> 0.40.0) + rubocop (~> 0.74.0) simplecov slop (~> 4.2.0)