Neo4J will_paginate宝石安装问题



包含 gem 后运行捆绑包安装给了我这个

Bundler could not find compatible versions for gem "activesupport":
  In Gemfile:
    neo4j-will_paginate (>= 0) ruby depends on
      activesupport (~> 3.0) ruby
    rails (= 4.1.6) ruby depends on
      activesupport (4.1.6)

我在gem 'rails', '4.1.6',该应用程序最初是在没有AR的情况下创建的,后来又添加了。

我已经看到了其他一些示例,但不想在没有确定的情况下进行任何 gemlock 更改

有关故障排除的建议?

使用 neo4j-will_paginate_redux ,而不是那个宝石。我们以这个名字重新发布,因为我们无法访问 Rubygems 上的原版。

相关内容

  • 没有找到相关文章

最新更新