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

Popular posts from this blog

silverlight - Applying a style to ItemContainerStyle in C# -

c# - NullReferenceException in MySqlClient.NativeDriver -

php - How can I merge Nodes & Webform Submissions into instances of one general Content Type in Drupal 6? -