Skip to content

Commit 38bab2d

Browse files
committed
Bump ruby version to 2.5.3 on capistrano
1 parent d358ff3 commit 38bab2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/deploy.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
set :rbenv_type, :user
1010
set :delayed_job_workers, 1
11-
set :rbenv_ruby, '2.5.1'
11+
set :rbenv_ruby, '2.5.3'
1212

1313
append :linked_files, "config/application.yml"
1414
append :linked_dirs, "log", "tmp/pids", "tmp/cache", "tmp/sockets", "public/system", "public/assets", "public/uploads", "vendor/bundle"

0 commit comments

Comments
 (0)