【发布时间】:2013-08-09 16:08:30
【问题描述】:
我对 Rails 还很陌生,在运行 bundle install 时遇到了这个 gem 冲突,在 ActiveSupport 和threetaps-client(我需要用于我的项目)之间。
我尝试删除 Gemfile.lock 文件并再次运行 bundle install,但它再次给了我相同的错误消息。我还尝试运行bundle update,它也给出了相同的结果:(
Bundler could not find compatible versions for gem "activesupport":
In snapshot (Gemfile.lock):
activesupport (3.2.13)
In Gemfile:
threetaps-client (>= 0) ruby depends on
activesupport (~> 3.0.0) ruby
Running `bundle update` will rebuild your snapshot from scratch, using only
the gems in your Gemfile, which may resolve the conflict.
【问题讨论】:
标签: ruby ruby-on-rails-3.2 activesupport