From 0e4dbb04e6242d57d8d970dfd0cf651119072928 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jul 2021 10:01:16 +0000 Subject: [PATCH] Bump rubocop from 0.87.0 to 1.18.3 Bumps [rubocop](https://github.com/rubocop/rubocop) from 0.87.0 to 1.18.3. - [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.87.0...v1.18.3) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 30 +++++++++++++++--------------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Gemfile b/Gemfile index 46428ed..aae2fef 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.87' + gem 'rubocop', '~> 1.18' gem 'tty-command', '~> 0.6' gem 'tty-file', '~> 0.9' gem 'tty-prompt', '~> 0.21' diff --git a/Gemfile.lock b/Gemfile.lock index 32ede46..3552648 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.1) + ast (2.4.2) colored2 (3.1.2) concurrent-ruby (1.1.6) cri (2.15.10) @@ -43,8 +43,8 @@ GEM multipart-post (2.1.1) necromancer (0.5.1) os (1.1.0) - parallel (1.19.2) - parser (2.7.1.4) + parallel (1.20.1) + parser (3.0.1.1) ast (~> 2.4.1) pastel (0.7.4) equatable (~> 0.6) @@ -123,8 +123,8 @@ GEM puppet_forge (~> 2.3.0) rainbow (3.0.0) rake (13.0.1) - regexp_parser (1.7.1) - rexml (3.2.4) + regexp_parser (2.1.1) + rexml (3.2.5) rspec (3.9.0) rspec-core (~> 3.9.0) rspec-expectations (~> 3.9.0) @@ -140,18 +140,18 @@ GEM rspec-puppet (2.7.8) rspec rspec-support (3.9.3) - rubocop (0.87.0) + rubocop (1.18.3) parallel (~> 1.10) - parser (>= 2.7.1.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.1.0, < 1.0) + rubocop-ast (>= 1.7.0, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 1.4.0, < 2.0) - rubocop-ast (0.1.0) - parser (>= 2.7.0.1) - ruby-progressbar (1.10.1) + unicode-display_width (>= 1.4.0, < 3.0) + rubocop-ast (1.7.0) + parser (>= 3.0.1.1) + ruby-progressbar (1.11.0) rugged (1.0.1) semantic_puppet (1.0.2) spdx-licenses (1.2.0) @@ -175,7 +175,7 @@ GEM tty-screen (~> 0.7) wisper (~> 2.0.0) tty-screen (0.8.0) - unicode-display_width (1.7.0) + unicode-display_width (2.0.0) wisper (2.0.1) xmlrpc (0.3.0) yamllint (0.0.9) @@ -205,7 +205,7 @@ DEPENDENCIES puppetlabs_spec_helper (~> 2.15) r10k (~> 3.5) rspec-puppet (~> 2.6) - rubocop (~> 0.87) + rubocop (~> 1.18) rugged (~> 1.0) tty-command (~> 0.6) tty-file (~> 0.9)