Я пытаюсь установить acts_as_commentable_with_threading. Я добавил "gem 'acts_as_commentable_with_threading" в мой Gemfile.
Когда я запускаю "bundle install" из командной строки, я получаю следующее.
Fetching source index for http://rubygems.org/
Bundler could not find compatible versions for gem "activerecord":
In Gemfile:
acts_as_commentable_with_threading depends on
activerecord (~> 3.0.0)
rails (= 3.1.0) depends on
activerecord (3.1.0)
Так что act_as_commentable_with_threading не будет работать с activerecord 3.1.0? Я не уверен, как обойти это?
Спасибо