包含 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 更改
有关故障排除的建议?