How can I remove a gem from my Rails 3 project without getting this really strange Bundle error? -
the error is: have modified gemfile in development did not check resulting snapshot (gemfile.lock) version control
what version control? why/how bundle know version control? removed line gemfile. not supposed that?
do rm -rf .bundle && bundle install
project root.
Comments
Post a Comment