diff options
author | Stan Hu <stanhu@gmail.com> | 2015-06-09 15:27:40 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2015-06-09 15:27:40 -0700 |
commit | bbb4aa5317a75e5f89b6967a923dfdccfb29b037 (patch) | |
tree | b41e5a5b2ffd861a0b263307de0578d50f31f857 /Gemfile | |
parent | 269c2d2efc912ebc602426f7813d117297ff43d9 (diff) | |
download | gitlab-ce-bbb4aa5317a75e5f89b6967a923dfdccfb29b037.tar.gz |
Update browser gem to version 0.8.0 for IE11 support
Closes #1775
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |