From ba63fc7dc898474bfc7bc6539b7dd3154833d24e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2020 11:18:40 +0000 Subject: [PATCH] Bump rubocop from 0.79.0 to 0.85.1 Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.79.0 to 0.85.1. - [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.79.0...v0.85.1) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 21 +++++++++++++-------- 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index e1fad19..895a940 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,7 @@ group :development, :unit_tests do gem 'metadata-json-lint', '~> 2.4' gem 'puppetlabs_spec_helper', '~> 2.15' gem 'rspec-puppet', '~> 2.6' - gem 'rubocop', '~> 0.79' + gem 'rubocop', '~> 0.85' gem 'tty-command', '~> 0.6' gem 'tty-file', '~> 0.9' gem 'tty-prompt', '~> 0.21' diff --git a/Gemfile.lock b/Gemfile.lock index da1014b..88c2cf8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -4,7 +4,7 @@ GEM CFPropertyList (2.3.6) addressable (2.7.0) public_suffix (>= 2.0.2, < 5.0) - ast (2.4.0) + ast (2.4.1) colored2 (3.1.2) cri (2.15.10) diff-lcs (1.3) @@ -25,7 +25,6 @@ GEM gettext (>= 3.0.2, < 3.3.0) locale hiera (3.6.0) - jaro_winkler (1.5.4) json (2.3.0) json-schema (2.8.1) addressable (>= 2.4) @@ -41,7 +40,7 @@ GEM necromancer (0.5.1) os (1.1.0) parallel (1.19.1) - parser (2.7.0.1) + parser (2.7.1.3) ast (~> 2.4.0) pastel (0.7.3) equatable (~> 0.6) @@ -108,6 +107,8 @@ GEM puppet_forge (~> 2.3.0) rainbow (3.0.0) rake (13.0.1) + regexp_parser (1.7.1) + rexml (3.2.4) rspec (3.9.0) rspec-core (~> 3.9.0) rspec-expectations (~> 3.9.0) @@ -123,13 +124,17 @@ GEM rspec-puppet (2.7.8) rspec rspec-support (3.9.3) - rubocop (0.79.0) - jaro_winkler (~> 1.5.1) + rubocop (0.85.1) parallel (~> 1.10) parser (>= 2.7.0.1) rainbow (>= 2.2.2, < 4.0) + regexp_parser (>= 1.7) + rexml + rubocop-ast (>= 0.0.3) ruby-progressbar (~> 1.7) - unicode-display_width (>= 1.4.0, < 1.7) + unicode-display_width (>= 1.4.0, < 2.0) + rubocop-ast (0.0.3) + parser (>= 2.7.0.1) ruby-progressbar (1.10.1) rugged (1.0.0) semantic_puppet (1.0.2) @@ -153,7 +158,7 @@ GEM tty-screen (~> 0.7) wisper (~> 2.0.0) tty-screen (0.7.1) - unicode-display_width (1.6.0) + unicode-display_width (1.7.0) wisper (2.0.1) xmlrpc (0.3.0) yamllint (0.0.9) @@ -183,7 +188,7 @@ DEPENDENCIES puppetlabs_spec_helper (~> 2.15) r10k (~> 3.5) rspec-puppet (~> 2.6) - rubocop (~> 0.79) + rubocop (~> 0.85) rugged (~> 1.0) tty-command (~> 0.6) tty-file (~> 0.9)