1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00

Pin RuboCop version

This commit is contained in:
Matt Brictson 2017-04-09 16:35:02 -07:00
parent aca431c91e
commit b6c812ae7a
No known key found for this signature in database
GPG key ID: 2F279EAD1F2ACFAF

View file

@ -29,5 +29,5 @@ Gem::Specification.new do |gem|
gem.add_development_dependency "danger"
gem.add_development_dependency "mocha"
gem.add_development_dependency "rspec"
gem.add_development_dependency "rubocop"
gem.add_development_dependency "rubocop", "0.48.1"
end