summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc A. Paradise <marcparadise@users.noreply.github.com>2022-09-20 20:00:00 +0000
committerGitHub <noreply@github.com>2022-09-20 20:00:00 +0000
commitabb4ea5bc6ab63a5b6c584a73f03f4e347b7851d (patch)
treea00a3649d51ea246dabd739a5c969e6dd68207b4
parent50899edffa0f29f1d5268dd9cb2f3b773681a1c7 (diff)
parentb5c8b5bd348265f4e032f66baa6294379e36ccc2 (diff)
downloadohai-abb4ea5bc6ab63a5b6c584a73f03f4e347b7851d.tar.gz
Merge pull request #1769 from chef/dependabot/bundler/rubocop-performance-1.15.0
Update rubocop-performance requirement from 1.14.3 to 1.15.0
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 09921c9c..e3dac987 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.3"
+ gem "rubocop-performance", "1.15.0"
gem "rubocop-rspec"
end