From 7517b11fb734de3b3b6a7044145571f97e250cd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jun 2022 10:03:14 +0000 Subject: [PATCH] Bump rubocop from 1.30.1 to 1.31.0 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.30.1 to 1.31.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.30.1...v1.31.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 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 1c50097..1c1624a 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.11' - gem 'rubocop', '~> 1.30' + gem 'rubocop', '~> 1.31' gem 'tty-command', '~> 0.6' gem 'tty-file', '~> 0.9' gem 'tty-prompt', '~> 0.21' diff --git a/Gemfile.lock b/Gemfile.lock index 79cea3f..ed8aaff 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -159,7 +159,7 @@ GEM rspec-puppet (2.11.1) rspec rspec-support (3.11.0) - rubocop (1.30.1) + rubocop (1.31.0) parallel (~> 1.10) parser (>= 3.1.0.0) rainbow (>= 2.2.2, < 4.0) @@ -226,7 +226,7 @@ DEPENDENCIES puppetlabs_spec_helper (~> 4.0) r10k (~> 3.15) rspec-puppet (~> 2.11) - rubocop (~> 1.30) + rubocop (~> 1.31) rugged (~> 1.4) tty-command (~> 0.6) tty-file (~> 0.9)