Suggestion: Upgrade some dependencies of gitlab
Created by: 123Haynes
Disclaimer: I'm not a ruby developer, so some things may be plain stupid of me. Please bear with me.
Hello,
I just saw that ruby 2.1.1 has been out for some months now. But the install instructions still require ruby 2.0 p353. Is there any particular reason for this? Has anybody tested Gitlab with that version already?
I tried to build it after updating ruby, but i'm currently stuck at the markup gem. For some reasons i don't know git refused to find the commit mentioned in the gemfile for this. So i updated the gemfile to the current commit. (v.1.0.0 on our fork. Version 1.0.2 has been released by github btw ;) ) That resolves that problem but opens up another :/ It seems that the gem gitlab-gollum-lib requires a version of the markup gem that's lower than 1.0.0. If someone tells me how to work around that issue, i'll try to test gitlab with ruby 2.1.1 :) Easiest solution i can think of would be to set the required version <=1.0.2 but maybe there is a good reason for it to stay like it is?
All in all i simply suggest to update the dependencies of gitlab since several new versions have been released.
kind regards, Haynes