check browser version, blacklisting outdated IE (version < 10)
Showing
... | @@ -30,6 +30,9 @@ gem 'omniauth-github' | ... | @@ -30,6 +30,9 @@ gem 'omniauth-github' |
gem 'omniauth-shibboleth' | gem 'omniauth-shibboleth' | ||
gem 'omniauth-kerberos' | gem 'omniauth-kerberos' | ||
# 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