Commit 9acb9e5
feat: relax rubyzip dependency version constraint
`'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.1 parent 0d6d81f commit 9acb9e5
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments