diff options
author | Francesco Coda Zabetta <francesco.codazabetta@gmail.com> | 2014-12-15 11:11:38 +0100 |
---|---|---|
committer | Francesco Coda Zabetta <francesco.codazabetta@gmail.com> | 2014-12-24 16:22:08 +0100 |
commit | 84b40a346a46ca75e7a8981999c6b74187328435 (patch) | |
tree | 67caa9f8f17ee1eb925f851c58290826c3ea8060 /Gemfile | |
parent | fe104386b16a73cbac1588aa5cce8319c6355ee9 (diff) | |
download | gitlab-ce-84b40a346a46ca75e7a8981999c6b74187328435.tar.gz |
check browser version, blacklisting outdated IE (version < 10)
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -30,6 +30,9 @@ gem 'omniauth-github' gem 'omniauth-shibboleth' gem 'omniauth-kerberos' +# Browser detection +gem "browser" + # Extracting information from a git repository # Provide access to Gitlab::Git library gem "gitlab_git", '7.0.0.rc12' |