From 960edd35c20e2db2d7f7aa2fe81cee8bcb23c5fd Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 13:20:31 +0000 Subject: 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] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.1