سؤال

Have ran into a problem pushing to heroku with the hoe gem, I have tried to remove it from gemfile.lock, but when I bundle it reinstalls. Have tried older versions of hoe but no luck with those either.

Using Ruby 1.9.2 / Rails 3.2.13

Here is a gists of the results when pushing to heroku: https://gist.github.com/JRizzle88/8055546

Any help is greatly appreciated. Thanks

هل كانت مفيدة؟

المحلول

You dont ever edit the Gemfile.lock. You edit the Gemfile. Gemfile.lock is generated when you run bundle install

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top