elight/acts_as_commentable_with_threading

Active Support

Closed this issue · 1 comments

Saw the previous activesupport issue. When running bundle install I get:

Bundler could not find compatible versions for gem "activesupport":
In Gemfile:

acts_as_commentable_with_threading (>= 0) ruby depends on
    activesupport (~> 3.0) ruby

actionpack (~> 4.0.0.beta1) ruby depends on
  activesupport (4.0.0.beta1)

My gem file has
gem 'acts_as_commentable_with_threading', :git => "git://github.com/elight/acts_as_commentable_with_threading.git", :branch => "rails4"

I'm not sure why it's not picking up the correct activesupport branch

There are several open issues regarding this, one of them will fix this.