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:
authorStan Hu <stanhu@gmail.com>2015-08-24 02:52:29 +0300
committerStan Hu <stanhu@gmail.com>2015-08-24 02:52:29 +0300
commit6318a7631131074d5d65775f92097b9c1e3f04d6 (patch)
tree8d6221636444275b5f9bc49994d3d751c34fd78d /Gemfile
parent24b282aeeaf5ba41c6b73100051eb48428787770 (diff)
Upgrade browser gem to 1.0.0 to avoid warning in IE11 compatibilty mode
Closes #2271
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 3aa3c72e088..fa54a72f025 100644
--- a/Gemfile
+++ b/Gemfile
@@ -34,7 +34,7 @@ gem 'rqrcode-rails3'
gem 'attr_encrypted', '1.3.4'
# Browser detection
-gem "browser", '~> 0.8.0'
+gem "browser", '~> 1.0.0'
# Extracting information from a git repository
# Provide access to Gitlab::Git library