Update the `browser` gem.
- Need the `mobile?` detection (that the new version provides) for the U2F registration/ authentication flow
Showing
... | @@ -48,7 +48,7 @@ gem 'attr_encrypted', '~> 3.0.0' | ... | @@ -48,7 +48,7 @@ gem 'attr_encrypted', '~> 3.0.0' |
gem 'u2f', '~> 0.2.1' | gem 'u2f', '~> 0.2.1' | ||
# Browser detection | # Browser detection | ||
gem "browser", '~> 1.0.0' | gem "browser", '~> 2.0.3' | ||
# Extracting information from a git repository | # Extracting information from a git repository | ||
# Provide access to Gitlab::Git library | # Provide access to Gitlab::Git library | ||
... | ... |
Please register or sign in to comment