diff options
author | Takuya Noguchi <takninnovationresearch@gmail.com> | 2018-09-02 02:05:40 +0900 |
---|---|---|
committer | Takuya Noguchi <takninnovationresearch@gmail.com> | 2018-09-03 15:32:57 +0900 |
commit | 4df16d8d5a1849d89f683b22389ebb5a93823fa0 (patch) | |
tree | 5a821790d6823d027af9db0af8e6e4d73653a88f /qa | |
parent | ba99dfcde262c91e33b5bf7f86ba7c0e3b6f7e52 (diff) | |
download | gitlab-ce-4df16d8d5a1849d89f683b22389ebb5a93823fa0.tar.gz |
Update rubyzip to 1.2.2 (CVE-2018-1000544)
Diffstat (limited to 'qa')
-rw-r--r-- | qa/Gemfile.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qa/Gemfile.lock b/qa/Gemfile.lock index 1bc424335f8..8f523e55adc 100644 --- a/qa/Gemfile.lock +++ b/qa/Gemfile.lock @@ -77,7 +77,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.7.0) rspec-support (3.7.0) - rubyzip (1.2.1) + rubyzip (1.2.2) selenium-webdriver (3.8.0) childprocess (~> 0.5) rubyzip (~> 1.0) @@ -103,4 +103,4 @@ DEPENDENCIES selenium-webdriver (~> 3.8.0) BUNDLED WITH - 1.16.1 + 1.16.4 |