From 0237394d3fc711cf4704eb4798c79558e30724eb Mon Sep 17 00:00:00 2001 From: Junv Zhao Date: Sat, 28 Nov 2015 19:58:44 +0800 Subject: [PATCH] back to ruby version 2.2.2 --- config/deploy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/deploy.rb b/config/deploy.rb index e8881be..cc75c91 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -10,7 +10,7 @@ set :repo_url, 'git@github.com:Librcn/Libr.git' set :user, 'deployer' set :puma_threads, [4, 16] set :puma_workers, 0 -set :rvm_ruby_version, '2.2.3' +set :rvm_ruby_version, '2.2.2' # Don't change these unless you know what you're doing # set :pty, true