alexbevi / redmine_knowledgebase

A knowledgebase plugin for Redmine
452 stars 199 forks source link

Error in bundle install on acts-as-taggable-on #282

Closed cheoAlejo closed 9 years ago

cheoAlejo commented 9 years ago

When running bundel install I get the following error:

Bundler could not find compatible versions for gem "acts-as-taggable-on":
  In Gemfile:
    redmine_acts_as_taggable_on (~> 1.0) ruby depends on
      acts-as-taggable-on (< 2.5, >= 2.3) ruby

    acts-as-taggable-on (~> 3.4.1) ruby

Redmine 2.6

cheoAlejo commented 9 years ago

I made it work.

alexbevi commented 9 years ago

@cheoAlejo did you just add the version of 'acts-as-taggable-on' to the gemfile and re-run bundler?

cheoAlejo commented 9 years ago

I unistalled the Questions & Answers plugin, aparently both plugins cant coexist. That plugin requires version 3.4.1 of acts_as_taggable_on. I uninstalled that version of the gem as well.

cheoAlejo commented 9 years ago

My mistake, it wasn't Questions & Answers plugin, it was this one https://github.com/Undev/redmine_tagging