We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a747288 commit 10c5ccfCopy full SHA for 10c5ccf
Gemfile
@@ -4,7 +4,7 @@ source "https://rubygems.org"
4
5
gemspec
6
7
-if RUBY_VERSION == "1.8.7"
+if RUBY_VERSION < "2.0.0"
8
gem "capistrano", "< 3.3.0"
9
gem "net-ssh", "< 3.0.0"
10
gem "i18n", "< 0.7.0"
0 commit comments