Attempting to install gitlab by following these instructions: https://github.com/t-zuehlsdorff/gitlabhq/blob/master/doc/install/installation-freebsd.md Installing stuff using pkg, I get as far as # make sure you are still using the root user and in /usr/local/www/gitlab rake gitlab:setup RAILS_ENV=production but that command fails with: root@git:/usr/local/www/gitlab # rake gitlab:setup RAILS_ENV=production Bundler could not find compatible versions for gem "gollum-grit_adapter": In Gemfile: gollum-lib (~> 4.2) was resolved to 4.2.2, which depends on gollum-grit_adapter (~> 1.0) Could not find gem 'gollum-grit_adapter (~> 1.0)', which is required by gem 'gollum-lib (~> 4.2)', in any of the sources. However, a version greater 1.0 is installed: root@git:/usr/local/www/gitlab # pkg info | grep gollum-grit_adapter rubygem-gollum-grit_adapter-2.0.0 Adapter for Gollum to use Grit at the backend Any ideas as to why the dependency failes? Thx, Martin
It should be fixed in r427797.
(In reply to Sunpoet Po-Chuan Hsieh from comment #1) It did, indeed. Thank you very much for the quick help!