Commit dd914b53 authored by nazarf's avatar nazarf

change ruby to 2.5.1

parent 62ba97f7
ruby-2.5.5 ruby-2.5.1
\ No newline at end of file \ No newline at end of file
...@@ -15,7 +15,7 @@ set :linked_dirs, fetch(:linked_dirs, []).push('log', 'public/uploads', 'files') ...@@ -15,7 +15,7 @@ set :linked_dirs, fetch(:linked_dirs, []).push('log', 'public/uploads', 'files')
# RVM # RVM
# set :rvm_type, :user # Defaults to: :auto # set :rvm_type, :user # Defaults to: :auto
set :rvm_ruby_version, '2.5.5' # Defaults to: 'default' set :rvm_ruby_version, '2.5.1' # Defaults to: 'default'
# set :rvm_custom_path, '~/.rvm' # only needed if not detected # set :rvm_custom_path, '~/.rvm' # only needed if not detected
# RAILS # RAILS
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment