From e0a4f48aa26fab108d56fd73b9228fab5b117eef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jun 2022 09:35:41 +0000 Subject: [PATCH] Update rubocop-rspec requirement from ~> 2.2.0 to ~> 2.10.0 Updates the requirements on [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop-rspec/releases) - [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-rspec/compare/v2.2.0...v2.10.0) --- updated-dependencies: - dependency-name: rubocop-rspec 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 9a32944a..3ea4803f 100644 --- a/cucumber-rails.gemspec +++ b/cucumber-rails.gemspec @@ -40,7 +40,7 @@ Gem::Specification.new do |s| s.add_development_dependency('rubocop', '~> 1.28.2') s.add_development_dependency('rubocop-packaging', '~> 0.5.1') s.add_development_dependency('rubocop-performance', '~> 1.13.3') - s.add_development_dependency('rubocop-rspec', '~> 2.2.0') + s.add_development_dependency('rubocop-rspec', '~> 2.10.0') s.add_development_dependency('sqlite3', '~> 1.3') # For Documentation: