Skip to content

Commit

Permalink
Update rubocop requirement to ~> 0.54.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-support committed Mar 21, 2018
1 parent e86be03 commit 44a26e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependabot-core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rake"
spec.add_development_dependency "rspec", "~> 3.7.0"
spec.add_development_dependency "rspec-its", "~> 1.2.0"
spec.add_development_dependency "rubocop", "~> 0.53.0"
spec.add_development_dependency "rubocop", "~> 0.54.0"
spec.add_development_dependency "webmock", "~> 3.3.0"
end

0 comments on commit 44a26e1

Please sign in to comment.