From 3d931594c0a69fb13ee0f3dd29dc76524061fce1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jun 2022 20:13:12 +0000 Subject: [PATCH] Update rubocop-performance requirement from ~> 1.10.2 to ~> 1.13.3 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.2...v1.13.3) --- updated-dependencies: - dependency-name: rubocop-performance dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- cucumber-rails.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cucumber-rails.gemspec b/cucumber-rails.gemspec index 6f5420ec..d6637f35 100644 --- a/cucumber-rails.gemspec +++ b/cucumber-rails.gemspec @@ -39,7 +39,7 @@ Gem::Specification.new do |s| s.add_development_dependency('rspec', '~> 3.6') s.add_development_dependency('rubocop', '~> 1.24.0') s.add_development_dependency('rubocop-packaging', '~> 0.5.1') - s.add_development_dependency('rubocop-performance', '~> 1.10.2') + s.add_development_dependency('rubocop-performance', '~> 1.13.3') s.add_development_dependency('rubocop-rspec', '~> 2.2.0') s.add_development_dependency('sqlite3', '~> 1.3')