redmine_knowledgebase icon indicating copy to clipboard operation
redmine_knowledgebase copied to clipboard

Error installing gem

Open drdelportillo opened this issue 9 years ago • 4 comments

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

drdelportillo avatar Mar 18 '16 20:03 drdelportillo

@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.

alexbevi avatar Jun 23 '16 02:06 alexbevi

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

drdelportillo avatar Jun 24 '16 13:06 drdelportillo

@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"

alexbevi avatar Jun 24 '16 17:06 alexbevi

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

I find this and its work

thanks.

drdelportillo avatar Jun 24 '16 18:06 drdelportillo