Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump rubyzip from 1.2.1 to 2.3.2 in /wiki/extensions/VisualEditor/modules/ve-mw/test/browser #67

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump rubyzip in /wiki/extensions/VisualEditor/modules/ve-mw/test/browser
Bumps [rubyzip](https://github.com/rubyzip/rubyzip) from 1.2.1 to 2.3.2.
- [Release notes](https://github.com/rubyzip/rubyzip/releases)
- [Changelog](https://github.com/rubyzip/rubyzip/blob/master/Changelog.md)
- [Commits](rubyzip/rubyzip@v1.2.1...v2.3.2)

---
updated-dependencies:
- dependency-name: rubyzip
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored Apr 15, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit ae44c0c801f3814128a966b6167d6e04d62c2107
24 changes: 11 additions & 13 deletions wiki/extensions/VisualEditor/modules/ve-mw/test/browser/Gemfile.lock
100755 → 100644
Original file line number Diff line number Diff line change
@@ -2,8 +2,7 @@ GEM
remote: https://rubygems.org/
specs:
builder (3.2.2)
childprocess (0.3.9)
ffi (~> 1.0, >= 1.0.11)
concurrent-ruby (1.2.2)
cucumber (1.3.8)
builder (>= 2.1.2)
diff-lcs (>= 1.1.3)
@@ -16,16 +15,15 @@ GEM
diff-lcs (1.2.4)
faker (1.2.0)
i18n (~> 0.5)
ffi (1.9.0)
ffi (1.9.0-x86-mingw32)
gherkin (2.12.2)
multi_json (~> 1.3)
gherkin (2.12.2-x86-mingw32)
multi_json (~> 1.3)
i18n (0.6.6)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
json (1.8.0)
mediawiki-selenium (0.1.7)
multi_json (1.8.2)
multi_json (1.15.0)
multi_test (0.0.2)
net-http-persistent (2.9)
page-object (0.9.2)
@@ -34,18 +32,18 @@ GEM
watir-webdriver (>= 0.6.4)
page_navigation (0.9)
data_magic (>= 0.14)
rexml (3.2.5)
rspec-expectations (2.14.3)
diff-lcs (>= 1.1.3, < 2.0)
rubyzip (1.2.1)
selenium-webdriver (2.35.1)
childprocess (>= 0.2.5)
multi_json (~> 1.0)
rubyzip (< 1.0.0)
websocket (~> 1.0.4)
rubyzip (2.3.2)
selenium-webdriver (4.8.6)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
syntax (1.0.0)
watir-webdriver (0.6.4)
selenium-webdriver (>= 2.18.0)
websocket (1.0.7)
websocket (1.2.9)
yml_reader (0.2)

PLATFORMS