Merge branch 'vicvega-check_browser_version' into 'master'
Check browser version Fix conflicts and merge https://github.com/gitlabhq/gitlabhq/pull/8385 See merge request !1357
Showing
... | @@ -32,6 +32,9 @@ gem 'omniauth-kerberos' | ... | @@ -32,6 +32,9 @@ gem 'omniauth-kerberos' |
gem 'doorkeeper', '2.0.1' | gem 'doorkeeper', '2.0.1' | ||
gem "rack-oauth2", "~> 1.0.5" | gem "rack-oauth2", "~> 1.0.5" | ||
# Browser detection | |||
gem "browser" | |||
# Extracting information from a git repository | # Extracting information from a git repository | ||
# Provide access to Gitlab::Git library | # Provide access to Gitlab::Git library | ||
gem "gitlab_git", '7.0.0.rc12' | gem "gitlab_git", '7.0.0.rc12' | ||
... | ... |
Please register or sign in to comment