On Thu, May 1, 2014 at 6:39 PM, 'John Merlino' via Ruby on Rails: Talk
<
rubyonra...@googlegroups.com> wrote:
> namespace :deploy do
> desc "Create the gemset"
> task :create_gemset do
> run "rvm #{rvm_ruby_string} --create"
> end
> Now the bundle install there should only be installing new gems that are
> added. But I didn't add any new gems during this deploy. Any idea why the
> capistrano task started installing the above gems?
WAG: 'rvm_ruby_string' was different the second time so a new
gemset was created, and needed to be populated.
--
Hassan Schroeder ------------------------
hassan.s...@gmail.com
http://about.me/hassanschroeder
twitter: @hassa