summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorTimothy Andrew <mail@timothyandrew.net>2016-06-06 10:09:58 +0530
committerTimothy Andrew <mail@timothyandrew.net>2016-06-06 12:50:31 +0530
commite5823f3609136dafdee05204cd17436e09985177 (patch)
treeca621843c79fa98882856a1699ecdaaefa1aabc3 /Gemfile
parent791cc9138be6ea1783e3c3853370cf0290f4d41e (diff)
downloadgitlab-ce-e5823f3609136dafdee05204cd17436e09985177.tar.gz
Update the `browser` gem.
- Need the `mobile?` detection (that the new version provides) for the U2F registration/ authentication flow
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 1e7c7869cba..38ff536fd71 100644
--- a/Gemfile
+++ b/Gemfile
@@ -48,7 +48,7 @@ gem 'attr_encrypted', '~> 3.0.0'
gem 'u2f', '~> 0.2.1'
# Browser detection
-gem "browser", '~> 1.0.0'
+gem "browser", '~> 2.0.3'
# Extracting information from a git repository
# Provide access to Gitlab::Git library