Update browser gem to version 0.8.0 for IE11 support
Closes #1775
Showing
... | ... | @@ -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 | ||
... | ... |
Please register or sign in to comment