Ruby on rails 3 actionwebservice和rails 3/

Ruby on rails 3 actionwebservice和rails 3/,ruby-on-rails-3,activerecord,gem,actionwebservice,Ruby On Rails 3,Activerecord,Gem,Actionwebservice,我参与了一个rails 3项目,试图通过以下方式安装actionwebservice: 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: actionw

我参与了一个rails 3项目,试图通过以下方式安装actionwebservice:

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)
有什么建议吗?

我也有同样的问题。 试试这个宝石:

试用

gem install actionwebservice --include-dependencies
看起来像是一个复制品。
gem install actionwebservice --include-dependencies