当我尝试推送到 heroku 时,我得到了这个消息:
rake aborted!
undefined method empty? for nil:NilClass
(in /tmp/build_3d16ad44-0015-4ecb-a7cf-a41959f03f82/app/assets/stylesheets/application.css.scss)
追根溯源,才发现原来是因为
rake aborted!
You have already activated rake 10.0.3, but your Gemfile requires rake 0.9.2.2. Using bundle exec may solve this.
这可能是一个非常愚蠢的问题,但我不确定我应该如何使用 bundle exec 为 heroku 做到这一点?请帮忙。谢谢。