summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2015-06-09 15:27:40 -0700
committerStan Hu <stanhu@gmail.com>2015-06-09 15:27:40 -0700
commitbbb4aa5317a75e5f89b6967a923dfdccfb29b037 (patch)
treeb41e5a5b2ffd861a0b263307de0578d50f31f857 /Gemfile
parent269c2d2efc912ebc602426f7813d117297ff43d9 (diff)
downloadgitlab-ce-bbb4aa5317a75e5f89b6967a923dfdccfb29b037.tar.gz
Update browser gem to version 0.8.0 for IE11 support
Closes #1775
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 0c1fff0bc14..0d91de7e667 100644
--- a/Gemfile
+++ b/Gemfile
@@ -30,7 +30,7 @@ gem 'rqrcode-rails3'
gem 'attr_encrypted', '1.3.4'
# Browser detection
-gem "browser"
+gem "browser", '~> 0.8.0'
# Extracting information from a git repository
# Provide access to Gitlab::Git library