db setup requires libicui18n.52.1.dylib, but brew installs 53.1
Workaround is to switch to the older version:
➜ gitlab git:(master) brew switch icu4c 52.1
Cleaning /usr/local/Cellar/icu4c/52.1
Cleaning /usr/local/Cellar/icu4c/53.1
Opt link created for /usr/local/Cellar/icu4c/52.1
From a brand new clone:
➜ gitlab git:(master) bundle exec rake db:create gitlab:setup
rake aborted!
LoadError: dlopen(/Users/juytven/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/extensions/x86_64-darwin-13/2.1.0-static/charlock_holmes-0.6.9.4/charlock_holmes/charlock_holmes.bundle, 9): Library not loaded: /usr/local/opt/icu4c/lib/libicui18n.52.1.dylib
Referenced from: /Users/juytven/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/extensions/x86_64-darwin-13/2.1.0-static/charlock_holmes-0.6.9.4/charlock_holmes/charlock_holmes.bundle
Reason: image not found - /Users/juytven/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/extensions/x86_64-darwin-13/2.1.0-static/charlock_holmes-0.6.9.4/charlock_holmes/charlock_holmes.bundle
/Users/juytven/GitLabDev/gitlab-development-kit/gitlab/config/application.rb:6:in `<top (required)>'
/Users/juytven/GitLabDev/gitlab-development-kit/gitlab/Rakefile:5:in `require'
/Users/juytven/GitLabDev/gitlab-development-kit/gitlab/Rakefile:5:in `<top (required)>'
(See full trace by running task with --trace)
➜ gitlab git:(master) brew install icu4c
Warning: icu4c-53.1 already installed