Heroku构建应用程序失败:错误加载gem'graphicsmagick'

时间:2016-08-29 17:59:26

标签: ruby-on-rails heroku rubygems graphicsmagick minimagick

当我将我的rails应用程序推送到heroku时,它总是失败。在“构建应用程序”阶段,日志显示以下消息:

  

检查gm ...没有    !耙子流产了!    ! Bundler :: GemRequireError:尝试加载gem'graphicsmagick'时出错。

我在Gemfile中需要这个gem,我不知道为什么在heroku上构建app总是失败。 在CircleCI上本地运行和运行都可以。 有人有类似的问题吗?

请让我知道我错过了什么。谢谢。

1 个答案:

答案 0 :(得分:0)

你是否包含了graphicsmagick Buildpack? 转到Heroku仪表板上的设置选项卡,并将此URL添加到您的构建包中:https://github.com/mcollina/heroku-buildpack-graphicsmagick.git