summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-06-08 13:21:52 +0000
committerGitHub <noreply@github.com>2022-06-08 13:21:52 +0000
commit6bdaf7e9fd3b9164b96f8d32914919a58adc7f58 (patch)
tree7130cfd6329041faa0f338ad139fe3f7ed3c0897
parent88ddc94275c7618cb92a67c277993c89fc9c2109 (diff)
downloadohai-6bdaf7e9fd3b9164b96f8d32914919a58adc7f58.tar.gz
Update rubocop-performance requirement from 1.13.3 to 1.14.2
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.13.3...v1.14.2) --- updated-dependencies: - dependency-name: rubocop-performance dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index db66f7f7..d4aaa597 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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.13.3"
+ gem "rubocop-performance", "1.14.2"
gem "rubocop-rspec"
end