Skip to content

Commit

Permalink
Update rubocop and friends
Browse files Browse the repository at this point in the history
Updates the following dependencies:
- rubocop to 0.81.x
- rubocop-rspec to 1.38.x

The rubocop-performance dependency is kept at 1.5.x.

These are the last minor versions that support Ruby 2.3.
  • Loading branch information
mvz committed Jun 6, 2020
1 parent 050b01f commit 0a6a5a3
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 @@ -34,9 +34,9 @@ Gem::Specification.new do |s|
s.add_development_dependency('bundler', '>= 1.17')
s.add_development_dependency('rake', '>= 12.0')
s.add_development_dependency('rspec', '~> 3.6')
s.add_development_dependency('rubocop', '~> 0.78.0')
s.add_development_dependency('rubocop', '~> 0.81.0')
s.add_development_dependency('rubocop-performance', '~> 1.5.0')
s.add_development_dependency('rubocop-rspec', '~> 1.37.0')
s.add_development_dependency('rubocop-rspec', '~> 1.38.0')
s.add_development_dependency('sqlite3', '~> 1.3')

# For Documentation:
Expand Down

0 comments on commit 0a6a5a3

Please sign in to comment.