diff options
author | Stan Hu <stanhu@gmail.com> | 2019-02-16 15:29:36 -0800 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2019-02-16 15:29:36 -0800 |
commit | a6b7c4ee3134f7713b0b65848f3a511225cc3b59 (patch) | |
tree | f895926a5c0c49a15aeabd5f1c534b24909c436e /Gemfile.lock | |
parent | 28aa4d331c67fd3206858f57a30a3c14449216f3 (diff) | |
download | gitlab-ce-a6b7c4ee3134f7713b0b65848f3a511225cc3b59.tar.gz |
Upgrade Webmock to 3.5.1
Webmock 3.5.0 brings Ruby 2.6 support.
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 7caeba15809..243a5209ad6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -357,7 +357,7 @@ GEM thor tilt hangouts-chat (0.0.5) - hashdiff (0.3.4) + hashdiff (0.3.8) hashie (3.5.7) hashie-forbidden_attributes (0.1.1) hashie (>= 3.0) @@ -925,7 +925,7 @@ GEM vmstat (2.3.0) warden (1.2.7) rack (>= 1.0) - webmock (2.3.2) + webmock (3.5.1) addressable (>= 2.3.6) crack (>= 0.3.2) hashdiff @@ -1175,7 +1175,7 @@ DEPENDENCIES version_sorter (~> 2.1.0) virtus (~> 1.0.1) vmstat (~> 2.3.0) - webmock (~> 2.3.2) + webmock (~> 3.5.1) webpack-rails (~> 0.9.10) wikicloth (= 0.8.1) |