From 81009fff12a7c771a75864b649e7c6741c5d2839 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 22 Apr 2021 05:35:44 +0000 Subject: [PATCH] Update rubocop-performance requirement from ~> 1.10.1 to ~> 1.11.0 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.10.1...v1.11.0) Signed-off-by: dependabot-preview[bot] --- colorls.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colorls.gemspec b/colorls.gemspec index 92ae1ff..5e33e0a 100644 --- a/colorls.gemspec +++ b/colorls.gemspec @@ -77,7 +77,7 @@ Gem::Specification.new do |spec| spec.add_development_dependency 'rspec', '~> 3.7' spec.add_development_dependency 'rspec-its', '~> 1.2' spec.add_development_dependency 'rubocop', '~> 1.13.0' - spec.add_development_dependency 'rubocop-performance', '~> 1.10.1' + spec.add_development_dependency 'rubocop-performance', '~> 1.11.0' spec.add_development_dependency 'rubocop-rake', '~> 0.5' spec.add_development_dependency 'rubocop-rspec', '~> 2.0' spec.add_development_dependency 'rubygems-tasks', '~> 0'