Merge branch 'check_browser_version' of https://github.com/vicvega/gitlabhq...
Merge branch 'check_browser_version' of https://github.com/vicvega/gitlabhq into vicvega-check_browser_version Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: CHANGELOG app/assets/stylesheets/generic/common.scss
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