Bump rubocop from 0.93.1 to 1.30.1

Bumps [rubocop](https://github.com/rubocop/rubocop) from 0.93.1 to 1.30.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/v0.93.1...v1.30.1)

---
updated-dependencies:
- dependency-name: rubocop
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-06-06 10:02:29 +00:00 committed by GitHub
parent 0ac39456a5
commit 7cfd8d3696
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 15 deletions

View file

@ -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.30'
gem 'tty-command', '~> 0.6'
gem 'tty-file', '~> 0.9'
gem 'tty-prompt', '~> 0.21'