I've been using Bundler and Capistrano in deployment for quite a while
with no issues. Recently I started getting this message:
* executing "bundle install --gemfile /home/deploy/tapology/releases/
20101122042606/Gemfile --path /home/deploy/tapology/shared/bundle --
deployment --quiet --without development test"
servers: ["
staging.tapology.com"]
[
staging.tapology.com] executing command
** [out ::
staging.tapology.com] You have modified your Gemfile in
development but did not check
** [out ::
staging.tapology.com] the resulting snapshot
(Gemfile.lock) into version control
** [out ::
staging.tapology.com]
** [out ::
staging.tapology.com] You have added to the Gemfile:
** [out ::
staging.tapology.com] * source: source at /home/deploy/
tapology/releases/20101122042606
** [out ::
staging.tapology.com]
** [out ::
staging.tapology.com] You have deleted from the Gemfile:
** [out ::
staging.tapology.com] * source: source at .
I've downgraded to previous versions of Bundler on both local and on
the server, I've deleted the .bundle directory, I've blown away the
cached-copy directory and of course I've regenerated Gemfile.lock
multiple times. Any thoughts?