Created
December 6, 2011 12:52
-
-
Save pi3r/1438109 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Capistrano v2.9.0 | |
# Bundler v 1.0.18 | |
# | |
When i try to deploy i get this error (it was working before updating capistrano/bundler): | |
``` | |
executing "cd /home/novagile/www/site/releases/shared && bundle install --gemfile /home/novagile/www/site/releases/shared/Gemfile --path /home/novagile/www/site/shared/bundle --deployment --quiet --without development test" | |
servers: ["46.38.173.116"] | |
[46.38.173.116] executing command | |
** [out :: 46.38.173.116] The --deployment flag requires a Gemfile.lock. Please make sure you have checked your Gemfile.lock into version control before deploying. | |
command finished in 565ms | |
failed: "sh -c 'cd /home/novagile/www/site/releases/shared && bundle install --gemfile /home/novagile/www/site/releases/shared/Gemfile --path /home/novagile/www/site/shared/bundle --deployment --quiet --without development test'" on 46.38.173.116 | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment