Skip to content

Commit

Permalink
Update rubocop requirement from = 0.80.1 to = 0.81.0
Browse files Browse the repository at this point in the history
Updates the requirements on [rubocop](https://github.com/rubocop-hq/rubocop) to permit the latest version.
- [Release notes](https://github.com/rubocop-hq/rubocop/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v0.80.1...v0.81.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored Apr 1, 2020
1 parent a988ac7 commit ff99a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rubocop-govuk.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |spec|

spec.add_development_dependency "rake", "~> 13.0"

spec.add_dependency "rubocop", "0.80.1"
spec.add_dependency "rubocop", "0.81.0"
spec.add_dependency "rubocop-rails", "~> 2"
spec.add_dependency "rubocop-rspec", "~> 1.28"
end

0 comments on commit ff99a94

Please sign in to comment.