Я работаю над проектом 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)
Есть предложения?