From a536c2423bc05972d92d59bbd07be77220e7d88e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Jan 2023 10:01:17 +0000 Subject: [PATCH] Bump rubocop from 1.41.0 to 1.44.0 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.41.0 to 1.44.0. - [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/v1.41.0...v1.44.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Gemfile b/Gemfile index 9e72dd2..e45a528 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,7 @@ group :development, :unit_tests do gem 'metadata-json-lint', '~> 3.0' gem 'puppetlabs_spec_helper', '~> 4.0' gem 'rspec-puppet', '~> 2.12' - gem 'rubocop', '~> 1.41' + gem 'rubocop', '~> 1.44' gem 'tty-command', '~> 0.6' gem 'tty-file', '~> 0.9' gem 'tty-prompt', '~> 0.21' diff --git a/Gemfile.lock b/Gemfile.lock index 265871a..3c6de72 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -47,7 +47,7 @@ GEM multi_json (1.15.0) os (1.1.4) parallel (1.22.1) - parser (3.1.3.0) + parser (3.2.0.0) ast (~> 2.4.1) pastel (0.8.0) tty-color (~> 0.5) @@ -129,7 +129,7 @@ GEM puppet_forge (>= 2.3.0) rainbow (3.1.1) rake (13.0.6) - regexp_parser (2.6.1) + regexp_parser (2.6.2) rexml (3.2.5) rspec (3.11.0) rspec-core (~> 3.11.0) @@ -146,17 +146,17 @@ GEM rspec-puppet (2.12.0) rspec rspec-support (3.11.0) - rubocop (1.41.0) + rubocop (1.44.0) json (~> 2.3) parallel (~> 1.10) - parser (>= 3.1.2.1) + parser (>= 3.2.0.0) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.23.0, < 2.0) + rubocop-ast (>= 1.24.1, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 1.4.0, < 3.0) - rubocop-ast (1.24.0) + unicode-display_width (>= 2.4.0, < 3.0) + rubocop-ast (1.24.1) parser (>= 3.1.1.0) ruby-progressbar (1.11.0) ruby2_keywords (0.0.5) @@ -184,7 +184,7 @@ GEM tty-screen (~> 0.8) wisper (~> 2.0) tty-screen (0.8.1) - unicode-display_width (2.3.0) + unicode-display_width (2.4.2) webrick (1.7.0) wisper (2.0.1) xmlrpc (0.3.2) @@ -215,7 +215,7 @@ DEPENDENCIES puppetlabs_spec_helper (~> 4.0) r10k (~> 3.15) rspec-puppet (~> 2.12) - rubocop (~> 1.41) + rubocop (~> 1.44) rugged (~> 1.5) tty-command (~> 0.6) tty-file (~> 0.9)