update to ruby 2.0 in example deployment file

Andrew Cantino 11 anni fa
parent
commit
2a427902d3
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      doc/deployment/capistrano/deploy.rb

+ 1 - 1
doc/deployment/capistrano/deploy.rb

@@ -68,7 +68,7 @@ namespace :foreman do
68 68
 end
69 69
 
70 70
 # If you want to use rvm on your server and have it maintained by Capistrano, uncomment these lines:
71
-#   set :rvm_ruby_string, '1.9.3-p286@huginn'
71
+#   set :rvm_ruby_string, '2.0.0@huginn'
72 72
 #   set :rvm_type, :user
73 73
 #   before 'deploy', 'rvm:install_rvm'
74 74
 #   before 'deploy', 'rvm:install_ruby'