包含gem之后运行bundle install给我这个
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更改
有关故障排除的建议?
答案 0 :(得分:1)
使用neo4j-will_paginate_redux
,而不是那个宝石。我们在此名称下重新发布,因为我们无法访问Rubygems上的原始文件。