diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-12-27 14:18:07 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-27 14:18:07 +0000 |
commit | 5272b08e03e82d99d1b2f370828a7a90fae8b641 (patch) | |
tree | a53328d5d5ed85909176c4920ac44cd2411aacd6 | |
parent | 961ad2c92c24cff397b764dfb32461ca899ff63d (diff) | |
download | ohai-5272b08e03e82d99d1b2f370828a7a90fae8b641.tar.gz |
Update rubocop-performance requirement from 1.12.0 to 1.13.0dependabot/bundler/rubocop-performance-1.13.0
Updates the requirements on [rubocop-performance](https://github.com/rubocop/rubocop-performance) to permit the latest version.
- [Release notes](https://github.com/rubocop/rubocop-performance/releases)
- [Changelog](https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop/rubocop-performance/compare/v1.12.0...v1.13.0)
---
updated-dependencies:
- dependency-name: rubocop-performance
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ group :development do gem "rspec-core", "~> 3.0" gem "rspec-expectations", "~> 3.0" gem "rspec-mocks", "~> 3.0" - gem "rubocop-performance", "1.12.0" + gem "rubocop-performance", "1.13.0" gem "rubocop-rspec" end |