From 9b21d5231793ecae3f7190c3e89f93ad57b9a4ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Oct 2021 01:16:07 +0000 Subject: [PATCH] Update rubocop-performance requirement 1.11.0 in /dependencies Updates the requirements on [rubocop-performance](https://github.com/rubocop/rubocop-performance) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop-performance/releases) - [Changelog](https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-performance/compare/v1.7.1...v1.11.0) --- updated-dependencies: - dependency-name: rubocop-performance dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dependencies/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies/Gemfile b/dependencies/Gemfile index 0f3f0dc..c0e3b29 100644 --- a/dependencies/Gemfile +++ b/dependencies/Gemfile @@ -6,6 +6,6 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" } gem "rubocop", "~> 1.13.0" gem "rubocop-github", "~> 0.16.0" -gem "rubocop-performance", "~>1.7.1" +gem "rubocop-performance", "~>1.11.0" gem "rubocop-rails", "~> 2.5" gem "rubocop-rspec", "~> 1.41.0" \ No newline at end of file