在Gemfile: rails (= 3.1.1)依赖于生成器(~> 3.0.0) 原料锆(~> 0.1.1)取决于建筑材料(2.1.2)
这是否意味着,最新的给料锆版本与最新的rails版本不兼容?
发布于 2011-12-10 04:12:23
阿奇罗克,“它已经在commit 26532da中完成了,我只需要发布一个新版本--包含此更改”
现在,将其放在Gemfile中应该可以解决这个问题:
宝石‘馈锆’,:git => 'https://github.com/pauldix/feedzirra.git‘
对我起作用的具体修订是: remote:https://github.com/pauldix/feedzirra.git修订: dee1454980e7b93022776cd047ad419da3999332
https://stackoverflow.com/questions/7943533
复制相似问题