Skip to content

Commit 3d5987a

Browse files
committed
Restrict capistrano to less then v.3.0.0.
1 parent 0a2881c commit 3d5987a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uberspacify.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Gem::Specification.new do |gem|
1717
gem.version = Uberspacify::VERSION
1818

1919
# dependencies for capistrano
20-
gem.add_dependency 'capistrano', '>=2.12.0'
20+
gem.add_dependency 'capistrano', '>=2.12.0', '<3.0.0'
2121
gem.add_dependency 'capistrano_colors', '>=0.5.5'
2222
gem.add_dependency 'rvm-capistrano', '>=1.2.5'
2323

0 commit comments

Comments
 (0)