diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-09-21 13:13:54 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-21 13:13:54 +0000 |
commit | a755668d09c540219b2f870383195cf934a39a83 (patch) | |
tree | 810dbe176fdd971b5b312d37e5e076327ac480af /Gemfile | |
parent | 3d34f8aaf4186f7b378949947fbb68c12dee45ab (diff) | |
download | ohai-a755668d09c540219b2f870383195cf934a39a83.tar.gz |
Update rubocop-performance requirement from 1.8.0 to 1.8.1
Updates the requirements on [rubocop-performance](https://github.com/rubocop-hq/rubocop-performance) to permit the latest version.
- [Release notes](https://github.com/rubocop-hq/rubocop-performance/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop-performance/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop-hq/rubocop-performance/compare/v1.8.0...v1.8.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ group :development do gem "rspec-core", "~> 3.0" gem "rspec-expectations", "~> 3.0" gem "rspec-mocks", "~> 3.0" - gem "rubocop-performance", "1.8.0" + gem "rubocop-performance", "1.8.1" gem "rubocop-rspec" end |