elight/acts_as_commentable_with_threading

Bundler could not find compatible versions for gem "activerecord":

Closed this issue · 5 comments

When I add gem 'acts_as_commentable_with_threading' to my Gemfile, and try bundle install i get this:

Bundler could not find compatible versions for gem "activerecord":
In Gemfile:
acts_as_commentable_with_threading depends on
activerecord (~> 3.0.0)

authlogic depends on
  activerecord (3.1.0)

I'm using rails 3.1.0,
how can I solve this conflict?

try using the github master branch i think they haven't fixed this. in the gem release

Using the master branch solves this problem. Would be good to see the gem get updated, especially given that rails 3.2 is here now.

same problem here (though pointing my gemfile to master does work)

Try it now with the 1.1.2 release and let me know.

Closing due to lack of additional feedback.