I'm trying to install gitlab on my gentoo server using this unofficial guide: https://github.com/cvut/gentoo-overlay/wiki/Installation-guide-for-GitLab-6.x
I faced with 2 problems:
- If I switch to recommended in tutorial ruby20 (using eselect) then I can't install the package at all (I created issue, see it here: https://github.com/cvut/gentoo-overlay/issues/6). Looks like dev-ruby/bundler doesn't have ruby_targets_ruby20 flag
If I switch to ruby19 everything went fine until I run
emerge --config "=www-apps/gitlabhq-6.0.2-r1"
When I run this command ebuild script for some reason tries to use ruby 20 instead of ruby19 (I created issue, see it here: https://github.com/cvut/gentoo-overlay/issues/5)