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