3

我正在尝试使用以下方法安装 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)

有什么建议么?

4

2 回答 2

2

我有同样的问题。试试这个宝石:https ://github.com/dnordberg/actionwebservice

gem 'actionwebservice', :git => "git://github.com/dnordberg/actionwebservice.git"
于 2011-08-02T22:47:38.330 回答
1

尝试使用

gem install actionwebservice --include-dependencies
于 2012-03-22T22:33:11.377 回答