Skip to content

Commit

Permalink
Update rubocop requirement to ~> 0.54
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Rogers committed Mar 21, 2018
1 parent 89d8aeb commit 610a4cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gc_ruboconfig.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ Gem::Specification.new do |spec|
spec.license = "MIT"

spec.files = "rubocop.yml"
spec.add_dependency "rubocop", "~> 0.53.0"
spec.add_dependency "rubocop", "~> 0.54.0"
spec.add_dependency "rubocop-rspec", "~> 1.24"
end

0 comments on commit 610a4cf

Please sign in to comment.