Bump rubocop from 1.31.2 to 1.35.0

Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.31.2 to 1.35.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.31.2...v1.35.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-08-15 10:02:00 +00:00 committed by GitHub
parent 438bb3fc93
commit f562fa7bc4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 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.31'
gem 'rubocop', '~> 1.35'
gem 'tty-command', '~> 0.6'
gem 'tty-file', '~> 0.9'
gem 'tty-prompt', '~> 0.21'