elight/acts_as_commentable_with_threading

Has conflicting dependencies with Pundit

Closed this issue · 4 comments

I tried adding this to an app with pundit already present and couldn't bundle:

Bundler could not find compatible versions for gem "activesupport":
  In Gemfile:
    acts_as_commentable_with_threading (>= 0) ruby depends on
      activesupport (~> 3.0) ruby

    pundit (>= 0) ruby depends on
      activesupport (4.0.1)

@zacstewart For the moment you'll need to use 'master' as the latest released gem does not have the Rails 4 updates. Use:

gem 'acts_as_commentable_with_threadiing', github: 'elight/acts_as_commentable_with_threading', branch: 'master'

in your Gemfile.

@elight You had mentioned publishing the latest changes a while back. When do you think that will happen? Thanks.

👍 thanks.

@zacstewart To confirm, is this resolved?

Yes, using master fixed the problem. You can close this.