【发布时间】:2011-03-01 14:45:23
【问题描述】:
我正在尝试使用以下方式安装 actionwebservice 的 rails 3 项目:
gem 'rails', '3.0.4'
gem 'actionwebservice', :git => 'https://github.com/ywen/actionwebservice.git'
我得到了错误:
Bundler could not find compatible versions for gem "activerecord":
In Gemfile:
actionwebservice depends on
activerecord (= 2.3.5)
rails (= 3.0.4) depends on
activerecord (3.0.4)
有什么建议吗?
【问题讨论】:
标签: ruby-on-rails-3 activerecord gem actionwebservice