Bump rubocop from 0.86.0 to 0.87.0

Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.86.0 to 0.87.0.
- [Release notes](https://github.com/rubocop-hq/rubocop/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.86.0...v0.87.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-07-07 10:22:52 +00:00 committed by GitHub
parent 88bfc2c140
commit 5acd96ac34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 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.86'
gem 'rubocop', '~> 0.87'
gem 'tty-command', '~> 0.6'
gem 'tty-file', '~> 0.9'
gem 'tty-prompt', '~> 0.21'