Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco Coda Zabetta <francesco.codazabetta@gmail.com>2014-12-15 13:11:38 +0300
committerFrancesco Coda Zabetta <francesco.codazabetta@gmail.com>2014-12-24 18:22:08 +0300
commit84b40a346a46ca75e7a8981999c6b74187328435 (patch)
tree67caa9f8f17ee1eb925f851c58290826c3ea8060 /Gemfile
parentfe104386b16a73cbac1588aa5cce8319c6355ee9 (diff)
check browser version, blacklisting outdated IE (version < 10)
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index ce9b83308f3..99f14a174c1 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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'