update rbenv version

This commit is contained in:
r888888888
2018-01-30 12:05:38 -08:00
parent 2c4a0cd79d
commit 146b27f4cf

View File

@@ -4,6 +4,6 @@ set :application, "danbooru"
set :repo_url, "git://github.com/r888888888/danbooru.git"
set :scm, :git
set :deploy_to, "/var/www/danbooru2"
set :rbenv_ruby, "2.3.1"
set :rbenv_ruby, "2.5.0"
set :linked_dirs, fetch(:linked_dirs, []).push('log', 'tmp/pids', 'tmp/cache', 'tmp/sockets', 'vendor/bundle')
set :branch, ENV.fetch("branch", "master")