Skip to content

Conversation

@oleksii-leonov
Copy link
Contributor

'rubyzip', '~> 3.0.0' is a very strict constraint (allows only patch updates for rubyzip, e.g. 3.0.x), which blocks update to the current version of rubyzip (3.2.2).

'rubyzip', '~> 3.0' allows minor versions update (e.g. rubyzip, e.g. 3.x), which is a more typical constraint for dependencies.

`'rubyzip', '~> 3.0.0'` is a very strict constraint (allows only patch updates for `rubyzip`, e.g. 3.0.x), which blocks update to the current version of `rubyzip` (3.2.2). 

`'rubyzip', '~> 3.0'` allows minor versions update (e.g. `rubyzip`, e.g. 3.x), which is a more typical constraint for dependencies.
@coveralls
Copy link

Coverage Status

coverage: 96.714%. remained the same
when pulling b5360a7 on oleksii-leonov:patch-1
into 0d6d81f on rubyzip:main.

@hainesr
Copy link
Member

hainesr commented Nov 29, 2025

Thanks for this. It's an oversight on my part.

Thanks for catching it! 🚀

@hainesr hainesr merged commit 9acb9e5 into rubyzip:main Nov 29, 2025
14 checks passed
@hainesr
Copy link
Member

hainesr commented Nov 29, 2025

Version 2.0.1 released with this fix included.

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.

3 participants