use gitlab-grack gem
Showing
... | ... | @@ -21,9 +21,12 @@ gem 'omniauth-google-oauth2' |
gem 'omniauth-twitter' | ||
gem 'omniauth-github' | ||
# GITLAB patched libs | ||
# Extracting information from a git repository | ||
gem "gitlab-grit", '~> 1.0.0', require: 'grit' | ||
gem 'grack', git: "https://github.com/gitlabhq/grack.git", ref: 'ba46f3b0845c6a09d488ae6abdce6ede37e227e8' | ||
# Ruby/Rack Git Smart-HTTP Server Handler | ||
gem 'gitlab-grack', '~> 1.0.0', require: 'grack' | ||
gem 'grit_ext', git: "https://github.com/gitlabhq/grit_ext.git", ref: '2d1b2f13cabc02520405985fccb2a0abfcba9907' | ||
# LDAP Auth | ||
... | ... |
Please register or sign in to comment