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>2016-06-21 01:08:29 +0300
committerStan Hu <stanhu@gmail.com>2016-06-21 01:08:29 +0300
commit2302b2c131044cf502b020d900b334bc187f945a (patch)
tree375b418ec01014aecc61e0ad6076d9c0bc19899f /Gemfile
parent74f8f260982a9b9e1941ad803d53d229cc27c85f (diff)
Update browser gem to 2.2.0
Fixes https://github.com/fnando/browser/issues/241
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index bc1223e1bbc..2ea91da07fe 100644
--- a/Gemfile
+++ b/Gemfile
@@ -48,7 +48,7 @@ gem 'attr_encrypted', '~> 3.0.0'
gem 'u2f', '~> 0.2.1'
# Browser detection
-gem "browser", '~> 2.0.3'
+gem "browser", '~> 2.2'
# Extracting information from a git repository
# Provide access to Gitlab::Git library