fix "your browser not supported" messages on android webviews

fixes: CNVS-14316

test plan:
* in the android native app, open anything that
 loads in a webview
* you should not see a message of "Your browser
  does not meet the minimum requirements for Canvas..."

Change-Id: Ic2dda05b54155e03923afaabcbe9ebd1066949f3
Reviewed-on: https://gerrit.instructure.com/37826
Tested-by: Jenkins <jenkins@instructure.com>
Reviewed-by: Jeremy Stanley <jeremy@instructure.com>
Product-Review: Jeremy Stanley <jeremy@instructure.com>
QA-Review: Clare Strong <clare@instructure.com>
This commit is contained in:
Ryan Shaw 2014-07-17 13:59:10 -06:00
parent 51e987de62
commit da900438bb
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ gem 'sanitize', '2.0.3'
gem 'shackles', '1.0.5'
gem 'tzinfo', '0.3.35'
gem 'useragent', '0.4.16'
gem 'useragent', '0.10.0'
gem 'uuid', '2.3.2'
gem 'xml-simple', '1.0.12', :require => 'xmlsimple'