我们的应用程序一直在工作。现在,我只是在 Heroku 迁移到 bundler 1.0.7 后第一次将一些新代码推送到了暂存中。现在我们的应用程序崩溃了,我收到了这个错误消息 -
/usr/ruby1.9.1/lib/ruby/gems/1.9.1/gems/bundler-1.0.7/lib/bundler/runtime.rb:64:in `require': no such file to load -- redcloth (MissingSourceFile)
我们在 Rails 2.3.8 上。
这是 Gemfile 的一部分 -
gem 'rails', '2.3.8', :require => nil
gem 'RedCloth', :require => 'redcloth'
关于如何解决这个问题的任何想法?谢谢。