开发者

How can I remove a gem from my Rails 3 project without getting this really strange Bundle error?

开发者 https://www.devze.com 2023-01-18 23:08 出处:网络
The error is: You have modified your Gemfile in development but did not check the resulting snapshot (Gemfile.lock) into version control

The error is: You have modified your Gemfile in development but did not check the resulting snapshot (Gemfile.lock) into version control

WHAT VERSION CONTROL? Why/how does Bundle know anything about version control? 开发者_StackOverflow I just removed a line from my Gemfile. Am I not supposed to do that?


Do rm -rf .bundle && bundle install from your project root.

0

精彩评论

暂无评论...
验证码 换一张
取 消