Skip to content

Commit

Permalink
Merge pull request #81 from paulohp/master
Browse files Browse the repository at this point in the history
changing version of capistrano (error in rails 4)
  • Loading branch information
mpapis committed Aug 9, 2013
2 parents b5a825e + f480ad1 commit 9a3fed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rvm-capistrano.gemspec
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
spec.description = 'RVM / Capistrano Integration Gem'
spec.license = 'MIT'

spec.add_dependency 'capistrano', '>=2.0.0'
spec.add_dependency 'capistrano', '>=2.15.4'

spec.add_development_dependency 'rake'
spec.add_development_dependency 'minitest'
Expand Down

0 comments on commit 9a3fed7

Please sign in to comment.