summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-09-04 13:20:31 +0000
committerTim Smith <tsmith84@gmail.com>2020-09-08 12:02:31 -0700
commitb624c5a1622a130dcb7c9432aa4f6971af456914 (patch)
treef6c7391ad1375746ac97a862dd4dea1fe2a6622e
parent0478c40769993dd4e07f63e2470a486edc1ba841 (diff)
downloadohai-b624c5a1622a130dcb7c9432aa4f6971af456914.tar.gz
Update rubocop-performance requirement from 1.7.1 to 1.8.0
Updates the requirements on [rubocop-performance](https://github.com/rubocop-hq/rubocop-performance) to permit the latest version. - [Release notes](https://github.com/rubocop-hq/rubocop-performance/releases) - [Changelog](https://github.com/rubocop-hq/rubocop-performance/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop-hq/rubocop-performance/compare/v1.7.1...v1.8.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index d6ab3750..aadd5e4d 100644
--- a/Gemfile
+++ b/Gemfile
@@ -5,7 +5,7 @@ gemspec
# NOTE: do not submit PRs to add pry as a dep, add to your Gemfile.local
group :development do
gem "chefstyle", git: "https://github.com/chef/chefstyle.git", branch: "master"
- gem "rubocop-performance", "1.7.1"
+ gem "rubocop-performance", "1.8.0"
gem "rake", ">= 10.1.0"
gem "rspec-core", "~> 3.0"
gem "rspec-expectations", "~> 3.0"