summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-07-18 13:22:09 +0000
committerGitHub <noreply@github.com>2022-07-18 13:22:09 +0000
commit1c68d9cd7159c32eda6f916af4cee04261f29184 (patch)
tree100a32cf24fd84b118592b620d078abb304e5070
parent2cd91848d807d7a37342b964c6c5e204570469f9 (diff)
downloadohai-1c68d9cd7159c32eda6f916af4cee04261f29184.tar.gz
Update rubocop-performance requirement from 1.14.2 to 1.14.3
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.14.2...v1.14.3) --- 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 d4aaa597..09921c9c 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.14.2"
+ gem "rubocop-performance", "1.14.3"
gem "rubocop-rspec"
end