Merge pull request #213 from genebean/dependabot/bundler/rubocop-1.31.0

Bump rubocop from 1.30.1 to 1.31.0
This commit is contained in:
Gene Liverman 2022-06-27 17:03:17 -04:00 committed by GitHub
commit 326f19f93d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -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'

View file

@ -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)