Skip to content

Commit

Permalink
Update rubocop requirement to ~> 0.54.0
Browse files Browse the repository at this point in the history
Updates the requirements on [rubocop](https://github.com/bbatsov/rubocop) to permit the latest version.
- [Release notes](https://github.com/bbatsov/rubocop/releases)
- [Changelog](https://github.com/bbatsov/rubocop/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bbatsov/rubocop/commits/v0.54.0)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot-support committed Mar 21, 2018
1 parent 25d4627 commit 7200656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sleet.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'github_changelog_generator', '~> 1.14'
spec.add_development_dependency 'pry', '~> 0.10'
spec.add_development_dependency 'rake', '~> 12.3'
spec.add_development_dependency 'rubocop', '~> 0.53.0'
spec.add_development_dependency 'rubocop', '~> 0.54.0'
spec.add_development_dependency 'rubocop-rspec', '~> 1.22'
spec.add_development_dependency 'webmock', '~> 3.3.0'
end

0 comments on commit 7200656

Please sign in to comment.