summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2021-04-14 09:36:41 -0700
committerTim Smith <tsmith84@gmail.com>2021-04-14 09:36:41 -0700
commit1032a6adb9ee498cae1b7629b8b2dae77b1e4649 (patch)
treeedef4bbb9da4a70ab7f89cb6fee0c9f7188c8b08
parent967ebf2bc23a941d8a159ae6577f7bfa631820b7 (diff)
downloadohai-rubocop_perf_again.tar.gz
Update rubocop-performance to 1.10.2rubocop_perf_again
Fixes some bugs 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 96316553..ad4b7fea 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.10.1"
+ gem "rubocop-performance", "1.10.2"
gem "rubocop-rspec"
end