Move Gitlab::Git out of gitlab core
Showing
... | ... | @@ -26,6 +26,8 @@ gem 'omniauth-github' |
gem "grit", '~> 2.5.0', git: 'https://github.com/gitlabhq/grit.git', ref: '42297cdcee16284d2e4eff23d41377f52fc28b9d' | ||
gem 'grit_ext', '~> 0.8.1' | ||
gem 'gitlab_git', path: '../gitlab_git' | ||
# Ruby/Rack Git Smart-HTTP Server Handler | ||
gem 'gitlab-grack', '~> 1.0.0', require: 'grack' | ||
... | ... |
Please register or sign in to comment