如何在heroku运行轨道上轻轻安装2.3.5

时间:2011-09-24 03:03:15

标签: ruby-on-rails heroku

我将此添加到environment.rb

config.gem 'bitly'

我将此添加到.gems

bitly

但是当我做“git push heroku”时,我收到了这个错误:

-----> Installing gem bitly from http://gemcutter.org, http://rubygems.org
       ERROR:  Error installing bitly:
        multi_json requires RubyGems version >= 1.3.6
 !     Heroku push rejected, failed to install gem

感谢任何帮助。

1 个答案:

答案 0 :(得分:0)

Heroku不推荐使用

.gems。根据文档,you should be using Bundler instead