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 に答える