Merge branch 'master' into developer_can_push_to_protected_branches_option
Showing
... | ... | @@ -32,6 +32,9 @@ gem 'omniauth-kerberos' |
gem 'doorkeeper', '2.0.1' | ||
gem "rack-oauth2", "~> 1.0.5" | ||
# Browser detection | ||
gem "browser" | ||
# Extracting information from a git repository | ||
# Provide access to Gitlab::Git library | ||
gem "gitlab_git", '7.0.0.rc12' | ||
... | ... |
Please register or sign in to comment