From 2e75139987ad4e9313b20dbb272539ef84e8062a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 May 2022 23:27:12 +0000 Subject: [PATCH] Update rubocop-performance requirement from ~> 1.13.0 to ~> 1.14.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.13.0...v1.14.0) --- updated-dependencies: - dependency-name: rubocop-performance dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- colorls.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colorls.gemspec b/colorls.gemspec index 5b3c7b0..302a543 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.29.1' - spec.add_development_dependency 'rubocop-performance', '~> 1.13.0' + spec.add_development_dependency 'rubocop-performance', '~> 1.14.0' spec.add_development_dependency 'rubocop-rake', '~> 0.5' spec.add_development_dependency 'rubocop-rspec', '~> 2.10.0' spec.add_development_dependency 'rubygems-tasks', '~> 0'