From 26dc741a3a1138b422d1ff8190bed436e0fe969c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Feb 2023 10:01:28 +0000 Subject: [PATCH] Bump rubocop from 1.44.1 to 1.45.1 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.44.1 to 1.45.1. - [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.44.1...v1.45.1) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 98f2a5e..e9226e9 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,7 @@ group :development, :unit_tests do gem 'metadata-json-lint', '~> 3.0' gem 'puppetlabs_spec_helper', '~> 5.0' gem 'rspec-puppet', '~> 2.12' - gem 'rubocop', '~> 1.44' + gem 'rubocop', '~> 1.45' gem 'tty-command', '~> 0.6' gem 'tty-file', '~> 0.9' gem 'tty-prompt', '~> 0.21' diff --git a/Gemfile.lock b/Gemfile.lock index 5214b7e..1512275 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -150,7 +150,7 @@ GEM puppet_forge (>= 2.3.0, < 4.0.0) rainbow (3.1.1) rake (13.0.6) - regexp_parser (2.6.2) + regexp_parser (2.7.0) rexml (3.2.5) rspec (3.12.0) rspec-core (~> 3.12.0) @@ -169,7 +169,7 @@ GEM rspec-puppet (2.12.0) rspec rspec-support (3.12.0) - rubocop (1.44.1) + rubocop (1.45.1) json (~> 2.3) parallel (~> 1.10) parser (>= 3.2.0.0) @@ -238,7 +238,7 @@ DEPENDENCIES puppetlabs_spec_helper (~> 5.0) r10k (~> 3.15) rspec-puppet (~> 2.12) - rubocop (~> 1.44) + rubocop (~> 1.45) rugged (~> 1.5) tty-command (~> 0.6) tty-file (~> 0.9)