summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-09-04 13:20:31 +0000
committerGitHub <noreply@github.com>2020-09-04 13:20:31 +0000
commit960edd35c20e2db2d7f7aa2fe81cee8bcb23c5fd (patch)
treee626a333819c852bc15c02f5e7add55238b08836
parent80737ed68405edc8616b7bbe21f7cf0beb33c56f (diff)
downloadohai-dependabot/bundler/rubocop-performance-1.8.0.tar.gz
Update rubocop-performance requirement from 1.7.1 to 1.8.0dependabot/bundler/rubocop-performance-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"