Skip to content

Allow rubyzip 3.x. - #29

Open
jakiclorena wants to merge 1 commit into
devunwired:masterfrom
jakiclorena:support-rubyzip-3
Open

jakiclorena wants to merge 1 commit into
devunwired:masterfrom
jakiclorena:support-rubyzip-3

Conversation

@jakiclorena

Copy link
Copy Markdown

Background

The ~> 2.0 pin keeps apktools users on rubyzip 2.x, which is affected by CVE-2026-85396. Applications depending on apktools cannot upgrade to a patched rubyzip while this pin is in place.

Solution

  -s.add_runtime_dependency 'rubyzip', '~> 2.0'
  +s.add_runtime_dependency 'rubyzip', '>= 2.0', '< 4.0'

No code changes needed. Happy to make this ~> 3.0 instead if you'd rather drop rubyzip 2 support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant