-
Notifications
You must be signed in to change notification settings - Fork 117
bundle exec fails to complete; can not install plugin on Redmine-3.2.2 #601
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I have the same issue with my Redmine installation. My environment: I am aware that the plugin is only supported until redmine 3.1.x . |
Same problem here. Is there a fix to make this plugin work ? |
I installed this plugin on redmine 3.3.1. I first install redmine alone, without any plugins until it works. Then I install plugin by plugin. Personnaly I prefer to install bundles under redmine itself:
This way make it easier for upgrades (to my personal opinion). I only had #568 and found the solution.
|
Seems that the gitolite plugin needs redmine with developpement support, because it needs rdoc gem... |
Hi! Sorry for the delay, I was a lot busy this last months... I think I could add rdoc as a plugin dependency (in plugin's Gemfile). |
That's what I did and it works: diff --git a/Gemfile b/Gemfile
index ac19b10..a8f8aec 100644
--- a/Gemfile
+++ b/Gemfile
@@ -33,3 +33,5 @@ gem 'asciidoctor'
# Rack parser for Hrack
gem 'rack-parser', require: 'rack/parser'
+
+gem 'rdoc' Unfortunately, the languages are not detected as you can see on one of our README. Regards. |
Thank you! |
|
I have done a fresh install off Redmine 3.2.2 on Gentoo Linux. I can use Redmine without this plugin.
I followed the get_started guidelines and had run:
bundle exec fails:
I spent about 20 hours now to get hings working. Even with a friend of mine. So at this point I give up and think, there is something wrong with the code.
Any help is welcome :-)
The text was updated successfully, but these errors were encountered: