由hoe 3.7.3引起的Heroku推送时出错

时间:2021-07-07 00:15:11

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.

遇到了用hoe gem推送到heroku的问题,我试图将它从gemfile.lock中删除,但是当我捆绑它时重新安装。尝试过较旧版本的锄头,但也没有运气。

Using Ruby 1.9.2 / Rails 3.2.13

使用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

以下是推送到heroku时的结果要点:https://gist.github.com/JRizzle88/8055546

Any help is greatly appreciated. Thanks

任何帮助是极大的赞赏。谢谢

1 个解决方案

#1


1  

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

你永远不会编辑Gemfile.lock。您编辑Gemfile。运行bundle install时会生成Gemfile.lock

#1


1  

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

你永远不会编辑Gemfile.lock。您编辑Gemfile。运行bundle install时会生成Gemfile.lock