Bundle

Error during bundle install:

“The –deployment flag requires a Gemfile.lock. Please make sure you
have checked your Gemfile.lock into version control before deploying.”

Solution:

Remove BUNDLE_FROZEN: “true” from .bundle/config file and run bundle again.

(remove the line from ~/.bundle/config)

Tagged: