全社交安装问题

发布于 2024-11-16 11:41:39 字数 320 浏览 0 评论 0原文

我正在尝试将 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

可是我不能没有你 2024-11-23 11:41:39

尝试 https://github.com/excid3/omnisocial/

我刚刚为 Rails 3.1 兼容性修补了omnisocial。希望它能合并到主干中,但你可以暂时指定我的。 omn​​iauth 依赖项很旧,因此我更新了这些依赖项并修复了身份验证,以便也可以与最新的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.

闻呓 2024-11-23 11:41:39

我刚刚发布了 omnipopulusomnisocial 必须重命名)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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文