summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-08-18 10:41:30 -0700
committerGitHub <noreply@github.com>2021-08-18 10:41:30 -0700
commit69162f41bd5af837a81a735a7ce091fe4cdfe0f9 (patch)
treea3b12f2b4ebaba4f62310495d07ce88567df081f
parentf428cdfc4bb915741c363e6f42b23a0b3ca3989f (diff)
parenta8a653827dc50c236f96b31e902f17f8ea45c0b8 (diff)
downloadohai-master.tar.gz
Merge pull request #1688 from chef/dependabot/bundler/rubocop-performance-1.11.5master
Update rubocop-performance requirement from 1.11.4 to 1.11.5
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index d11247b9..d0d92016 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.11.4"
+ gem "rubocop-performance", "1.11.5"
gem "rubocop-rspec"
end