Skip to content

Commit

Permalink
Lock capistrano to 2.x for now
Browse files Browse the repository at this point in the history
  • Loading branch information
johnf committed Dec 21, 2013
1 parent a30a97e commit 7698a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capistrano-puppeteer.gemspec
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |gem|
gem.require_paths = ["lib"]
gem.version = Capistrano::Puppeteer::VERSION

gem.add_dependency 'capistrano'
gem.add_dependency 'capistrano', '~> 2'
gem.add_dependency 'fog', '>= 1.9.0'

gem.add_development_dependency 'rake'
Expand Down

0 comments on commit 7698a96

Please sign in to comment.