alexbevi / redmine_knowledgebase

A knowledgebase plugin for Redmine
452 stars 199 forks source link

Error installing gem #322

Open drdelportillo opened 8 years ago

drdelportillo commented 8 years ago

Hello

when I run the rake command to install gems you ask me and asks me to run the install command bundle I do and I get the folowing mistake

I use the version 3.0.1

attached error in the console

sin titulo

alexbevi commented 8 years ago

@drdelportillo have a look at https://github.com/alexbevi/redmine_knowledgebase/blob/master/Gemfile. Just copy/paste this to your Gemfile and try running again.

drdelportillo commented 8 years ago

hi thanks for reply

In the Gemfile what I have and show me the error I get is the same of the attached image is as if the served where this gem was not accessible

I use version 3.0.1 redmine bitnami

alexbevi commented 8 years ago

@drdelportillo what if you changed the line to

gem 'redmine_acts_as_taggable_on', git: "https://github.com/alexbevi/redmine_acts_as_taggable_on.git"

drdelportillo commented 8 years ago

gem 'redmine_acts_as_taggable_on', :git => "https://github.com/alexbevi/redmine_acts_as_taggable_on"

I find this and its work

thanks.