diff options
author | Stan Hu <stanhu@gmail.com> | 2016-06-20 15:08:29 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2016-06-20 15:08:29 -0700 |
commit | 2302b2c131044cf502b020d900b334bc187f945a (patch) | |
tree | 375b418ec01014aecc61e0ad6076d9c0bc19899f /Gemfile | |
parent | 74f8f260982a9b9e1941ad803d53d229cc27c85f (diff) | |
download | gitlab-ce-2302b2c131044cf502b020d900b334bc187f945a.tar.gz |
Update browser gem to 2.2.0
Fixes https://github.com/fnando/browser/issues/241
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |