Gitlab requires a specific older version of doorkeeper [root@mintaka /usr/ports/www/gitlab]# su -l git -c "cd /usr/local/www/gitlab && rake db:migrate RAILS_ENV=production" Could not find gem 'doorkeeper (~> 4.2.0)' in any of the gem sources listed in your Gemfile. Run `bundle install` to install missing gems. [root@mintaka /usr/ports/www/gitlab]# pkg info | grep doorkeeper rubygem-doorkeeper-4.3.1 Doorkeeper is an OAuth 2 provider for Rails and Grape
This was already fixed for version 10.5.2 which will land very soon in the ports. In the meantime you can overwrite the version in the Gemfile with: gem 'doorkeeper (>= 4.2.0)'