小编Rob*_*zza的帖子

在Heroku上为供应商库设置正确的路径

这似乎很简单,但我似乎无法弥补这最后的差距.我最近添加GSL通过我的Heroku的基于应用程序的Heroku buildpack为GSL /红宝石.buildpack和相关的GSL gem似乎都按照下面的缩写推送输出正常安装:

$git push staging master
Fetching repository, done.
Counting objects: 7, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (4/4), done.
Writing objects: 100% (4/4), 476 bytes, done.
Total 4 (delta 3), reused 0 (delta 0)

-----> Fetching custom git buildpack... done
-----> Ruby app detected
-----> Compiling Ruby/Rails
-----> Using Ruby version: ruby-1.9.3
-----> Installing gsl
-----> Installing dependencies using 1.5.2
       Running: bundle install --without development:test --path vendor/bundle --binstubs …
Run Code Online (Sandbox Code Playgroud)

git ruby-on-rails heroku gsl buildpack

5
推荐指数
1
解决办法
654
查看次数

标签 统计

buildpack ×1

git ×1

gsl ×1

heroku ×1

ruby-on-rails ×1