data/deploy.rb in mina-1.2.3 vs data/deploy.rb in mina-1.2.4

- old
+ new

@@ -32,16 +32,18 @@ # If you're using rbenv, use this to load the rbenv environment. # Be sure to commit your .ruby-version or .rbenv-version to your repository. # invoke :'rbenv:load' # For those using RVM, use this to load an RVM version@gemset. - # invoke :'rvm:use', 'ruby-1.9.3-p125@default' + # invoke :'rvm:use', 'ruby-2.5.3@default' end # Put any custom commands you need to run at setup # All paths in `shared_dirs` and `shared_paths` will be created on their own. task :setup do - # command %{rbenv install 2.3.0 --skip-existing} + # command %{rbenv install 2.5.3 --skip-existing} + # command %{rvm install ruby-2.5.3} + # command %{gem install bundler} end desc "Deploys the current version to the server." task :deploy do # uncomment this line to make sure you pushed your local branch to the remote origin