全社交安装问题
我正在尝试将 Omnisocial gem 安装到我的 Rails 3.1.0.rc4 应用程序中。
当我运行捆绑安装时,出现以下错误:
Bundler could not find compatible versions for gem "multi_json":
In Gemfile:
omnisocial depends on
multi_json (~> 0.0.2)
rails (= 3.1.0.rc4) depends on
multi_json (1.0.3)
无论如何?
I am trying to install the Omnisocial gem into my Rails 3.1.0.rc4 application.
When I run bundle install I get the following error:
Bundler could not find compatible versions for gem "multi_json":
In Gemfile:
omnisocial depends on
multi_json (~> 0.0.2)
rails (= 3.1.0.rc4) depends on
multi_json (1.0.3)
Anyway around this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试 https://github.com/excid3/omnisocial/
我刚刚为 Rails 3.1 兼容性修补了omnisocial。希望它能合并到主干中,但你可以暂时指定我的。 omniauth 依赖项很旧,因此我更新了这些依赖项并修复了身份验证,以便也可以与最新的omniauth 一起使用。
Try https://github.com/excid3/omnisocial/
I just patched omnisocial for Rails 3.1 compatibility. Hopefully it gets merged into the main, but you can specify mine for the time being. The omniauth dependencies were old, so I updated those and fixed the auth to work with the latest omniauth as well.
我刚刚发布了
omnipopulus
(omnisocial
必须重命名)0.2.0,其中包括 excid3 的工作,使其与 Rails 3.1 兼容。I've just released
omnipopulus
(omnisocial
had to be renamed) 0.2.0, which includes excid3's work to make it Rails 3.1 compatible.