From 2cde973f100d4a0031de1aac9722ed8f2f730d7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Jun 2021 09:10:05 +0000 Subject: [PATCH] Update rubocop-performance requirement 1.10.2 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.10.2) --- 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 8d6f678..1d30b8c 100644 --- a/dependencies/Gemfile +++ b/dependencies/Gemfile @@ -6,6 +6,6 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" } gem "rubocop", "~> 1.6.1" gem "rubocop-github", "~> 0.16.0" -gem "rubocop-performance", "~>1.7.1" +gem "rubocop-performance", "~>1.10.2" gem "rubocop-rails", "~> 2.5" gem "rubocop-rspec", "~> 2.3.0" \ No newline at end of file