From c4b8342ee4521d25c667765fcc4b901c4cb6cacc Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 26 Dec 2019 10:47:21 +0000 Subject: [PATCH] Bump rubocop from 0.50.0 to 0.78.0 Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.50.0 to 0.78.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.50.0...v0.78.0) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 31 +++++++++++++++---------------- 2 files changed, 16 insertions(+), 17 deletions(-) diff --git a/Gemfile b/Gemfile index e55fa26..2018e4f 100644 --- a/Gemfile +++ b/Gemfile @@ -22,7 +22,7 @@ group :development, :unit_tests do gem 'metadata-json-lint', '~> 2.0' gem 'puppetlabs_spec_helper', '~> 2.3' gem 'rspec-puppet', '~> 2.6' - gem 'rubocop', '~> 0.50' + gem 'rubocop', '~> 0.78' gem 'tty-command', '~> 0.6' gem 'tty-file', '~> 0.4' gem 'tty-prompt', '~> 0.13' diff --git a/Gemfile.lock b/Gemfile.lock index 343450e..a3f283a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -4,7 +4,7 @@ GEM CFPropertyList (2.3.5) addressable (2.5.2) public_suffix (>= 2.0.2, < 4.0) - ast (2.3.0) + ast (2.4.0) colored (1.2) cri (2.6.1) colored (~> 1.2) @@ -27,6 +27,7 @@ GEM locale hiera (3.4.2) hitimes (1.2.6) + jaro_winkler (1.5.4) json (2.1.0) json-schema (2.8.0) addressable (>= 2.4) @@ -43,13 +44,12 @@ GEM multipart-post (2.0.0) necromancer (0.4.0) os (1.0.0) - parallel (1.12.0) - parser (2.4.0.0) - ast (~> 2.2) + parallel (1.19.1) + parser (2.6.5.0) + ast (~> 2.4.0) pastel (0.7.1) equatable (~> 0.5.0) tty-color (~> 0.4.0) - powerpack (0.1.1) public_suffix (3.0.0) puppet (5.3.2) facter (> 2.0, < 4) @@ -104,9 +104,8 @@ GEM multi_json (~> 1.10) puppet_forge (~> 2.2) semantic_puppet (~> 0.1.0) - rainbow (2.2.2) - rake - rake (12.1.0) + rainbow (3.0.0) + rake (13.0.1) rspec (3.6.0) rspec-core (~> 3.6.0) rspec-expectations (~> 3.6.0) @@ -122,14 +121,14 @@ GEM rspec-puppet (2.6.9) rspec rspec-support (3.6.0) - rubocop (0.50.0) + rubocop (0.78.0) + jaro_winkler (~> 1.5.1) parallel (~> 1.10) - parser (>= 2.3.3.1, < 3.0) - powerpack (~> 0.1) - rainbow (>= 2.2.2, < 3.0) + parser (>= 2.6) + rainbow (>= 2.2.2, < 4.0) ruby-progressbar (~> 1.7) - unicode-display_width (~> 1.0, >= 1.0.1) - ruby-progressbar (1.9.0) + unicode-display_width (>= 1.4.0, < 1.7) + ruby-progressbar (1.10.1) rugged (0.26.0) semantic_puppet (0.1.4) gettext-setup (>= 0.3) @@ -154,7 +153,7 @@ GEM tty-reader (~> 0.1.0) tty-reader (0.1.0) wisper (~> 2.0.0) - unicode-display_width (1.3.0) + unicode-display_width (1.6.0) wisper (2.0.0) xmlrpc (0.3.0) yamllint (0.0.9) @@ -184,7 +183,7 @@ DEPENDENCIES puppetlabs_spec_helper (~> 2.3) r10k (~> 2.5) rspec-puppet (~> 2.6) - rubocop (~> 0.50) + rubocop (~> 0.78) rugged (~> 0.26) tty-command (~> 0.6) tty-file (~> 0.4)