diff options
author | Stan Hu <stanhu@gmail.com> | 2015-08-23 16:52:29 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2015-08-23 16:52:29 -0700 |
commit | 6318a7631131074d5d65775f92097b9c1e3f04d6 (patch) | |
tree | 8d6221636444275b5f9bc49994d3d751c34fd78d /Gemfile.lock | |
parent | 24b282aeeaf5ba41c6b73100051eb48428787770 (diff) | |
download | gitlab-ce-6318a7631131074d5d65775f92097b9c1e3f04d6.tar.gz |
Upgrade browser gem to 1.0.0 to avoid warning in IE11 compatibilty mode
Closes #2271
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 5278fe243a8..a7cfe6b7511 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -76,7 +76,7 @@ GEM ruby_parser (~> 3.5.0) sass (~> 3.0) terminal-table (~> 1.4) - browser (0.8.0) + browser (1.0.0) builder (3.2.2) byebug (3.2.0) columnize (~> 0.8) @@ -755,7 +755,7 @@ DEPENDENCIES binding_of_caller bootstrap-sass (~> 3.0) brakeman - browser (~> 0.8.0) + browser (~> 1.0.0) byebug cal-heatmap-rails (~> 0.0.1) capybara (~> 2.4.0) |