diff options
author | Stan Hu <stanhu@gmail.com> | 2016-06-20 15:08:29 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2016-06-20 15:08:29 -0700 |
commit | 2302b2c131044cf502b020d900b334bc187f945a (patch) | |
tree | 375b418ec01014aecc61e0ad6076d9c0bc19899f /Gemfile.lock | |
parent | 74f8f260982a9b9e1941ad803d53d229cc27c85f (diff) | |
download | gitlab-ce-2302b2c131044cf502b020d900b334bc187f945a.tar.gz |
Update browser gem to 2.2.0
Fixes https://github.com/fnando/browser/issues/241
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 49e548fb94f..ed01d766e80 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -98,7 +98,7 @@ GEM autoprefixer-rails (>= 5.2.1) sass (>= 3.3.4) brakeman (3.3.2) - browser (2.0.3) + browser (2.2.0) builder (3.2.2) bullet (5.0.0) activesupport (>= 3.0.0) @@ -833,7 +833,7 @@ DEPENDENCIES binding_of_caller (~> 0.7.2) bootstrap-sass (~> 3.3.0) brakeman (~> 3.3.0) - browser (~> 2.0.3) + browser (~> 2.2) bullet bundler-audit byebug |