summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-11-16 09:14:21 -0800
committerTim Smith <tsmith84@gmail.com>2020-11-16 11:12:40 -0800
commit1076940e709a6d152a8cb3fc71771304d6ea39f0 (patch)
tree5bb156cd5e9c516afa0f8f3a64a53a2855b7a44f
parentb51304e737ffedd518c277ed2460ab7845a0aa54 (diff)
downloadohai-1076940e709a6d152a8cb3fc71771304d6ea39f0.tar.gz
Update rubocop-performance to 1.9
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 7c6c16c4..afe1a706 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.8.1"
+ gem "rubocop-performance", "1.9.0"
gem "rubocop-rspec"
end