update to ruby 2.0 in example deployment file

Andrew Cantino %!s(int64=11) %!d(string=hace) años
padre
commit
2a427902d3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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'