From 84ff9cc1494a0e0bdbf8a5e2876a3490821ebe7a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2020 08:59:41 +0000 Subject: [PATCH] Update rubocop-performance requirement from ~> 1.5.2 to ~> 1.6.1 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.5.2...v1.6.1) Signed-off-by: dependabot-preview[bot] --- firebug.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firebug.gemspec b/firebug.gemspec index 09ae2fa..ba00688 100644 --- a/firebug.gemspec +++ b/firebug.gemspec @@ -35,7 +35,7 @@ Gem::Specification.new do |spec| # rubocop:disable BlockLength spec.add_development_dependency 'rspec', '~> 3.8' spec.add_development_dependency 'rspec_junit_formatter', '~> 0.4.1' spec.add_development_dependency 'rubocop', '~> 0.74.0' - spec.add_development_dependency 'rubocop-performance', '~> 1.5.2' + spec.add_development_dependency 'rubocop-performance', '~> 1.6.1' spec.add_development_dependency 'rubocop-rspec', '~> 1.32' spec.add_development_dependency 'simplecov', '~> 0.17' spec.add_development_dependency 'sqlite3', '~> 1.4'