diff --git a/Capfile b/Capfile index 6a7be94..f58f598 100644 --- a/Capfile +++ b/Capfile @@ -18,7 +18,7 @@ install_plugin Capistrano::SCM::Git # https://github.com/capistrano/rails # https://github.com/capistrano/passenger # -# require 'capistrano/rvm' +require 'capistrano/rvm' # require 'capistrano/rbenv' # require 'capistrano/chruby' require "capistrano/bundler" diff --git a/Gemfile b/Gemfile index 77626ce..17932de 100644 --- a/Gemfile +++ b/Gemfile @@ -71,7 +71,7 @@ group :development do gem "awesome_print" gem "capistrano" gem "capistrano-rails" - # gem 'capistrano-rvm' + gem 'capistrano-rvm' gem "capistrano3-puma" gem "better_errors" gem "binding_of_caller" diff --git a/Gemfile.lock b/Gemfile.lock index 8026400..35ff0e2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -87,6 +87,9 @@ GEM capistrano-rails (1.4.0) capistrano (~> 3.1) capistrano-bundler (~> 1.1) + capistrano-rvm (0.1.2) + capistrano (~> 3.0) + sshkit (~> 1.2) capistrano3-puma (3.1.1) capistrano (~> 3.7) capistrano-bundler @@ -436,6 +439,7 @@ DEPENDENCIES byebug capistrano capistrano-rails + capistrano-rvm capistrano3-puma capybara carrierwave