Skip to content

Commit

Permalink
change capistrano version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
lest committed Feb 22, 2012
1 parent cf52aff commit 1eca241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capistrano-deploy.gemspec
Expand Up @@ -12,5 +12,5 @@ Gem::Specification.new do |s|
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }

s.add_dependency('capistrano', '~> 2.9.0')
s.add_dependency('capistrano', '~> 2.9')
end

0 comments on commit 1eca241

Please sign in to comment.