Skip to content

Commit

Permalink
this gem does not support capistrano v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Yamashita Yuu committed Apr 16, 2013
1 parent 6c452ad commit 0d09ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capistrano-virtualenv.gemspec
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |gem|
gem.require_paths = ["lib"]
gem.version = Capistrano::Virtualenv::VERSION

gem.add_dependency("capistrano")
gem.add_dependency("capistrano", "< 3")
gem.add_dependency("capistrano-platform-resources", ">= 0.1.1")
gem.add_development_dependency("capistrano-pyenv", ">= 1.0.0")
end

0 comments on commit 0d09ba8

Please sign in to comment.