Skip to content

Commit

Permalink
Update rubocop-rspec requirement from ~> 2.2.0 to ~> 2.10.0
Browse files Browse the repository at this point in the history
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](rubocop/rubocop-rspec@v2.2.0...v2.10.0)

---
updated-dependencies:
- dependency-name: rubocop-rspec
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 9, 2022
1 parent 83a5379 commit 1270e7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cucumber-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |s|
}

s.add_runtime_dependency('capybara', ['>= 2.18', '< 4']) # We support legacy capybara (But only the last 2.x)
s.add_runtime_dependency('cucumber', ['>= 3.2', '< 8']) # Support cucumber in the 3.x <-> 7.x revision range
s.add_runtime_dependency('cucumber', '>= 3.2', '< 9') # Support cucumber in the 3.x <-> 7.x revision range
s.add_runtime_dependency('mime-types', ['~> 3.3']) # Only support the latest major (3+ years old)
s.add_runtime_dependency('nokogiri', '~> 1.10') # Only support the latest major (3+ years old)
s.add_runtime_dependency('railties', ['>= 5.0', '< 8']) # We support any version of Rails in the 5.x, 6.x and 7.x series
Expand All @@ -40,7 +40,7 @@ Gem::Specification.new do |s|
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-rspec', '~> 2.2.0')
s.add_development_dependency('rubocop-rspec', '~> 2.10.0')
s.add_development_dependency('sqlite3', '~> 1.3')

# For Documentation:
Expand Down

0 comments on commit 1270e7f

Please sign in to comment.