dtmtec / restforce-bulk

Client for Salesforce Bulk API
MIT License
7 stars 45 forks source link

Upgrade rubyzip #5

Closed TrevorBramble closed 4 years ago

TrevorBramble commented 7 years ago

Hello.

There is a published security vulnerability in rubyzip that requires upgrading it, but the prior version constraint did not allow updating minor versions.

This change raises the minimum version of rubyzip to include the vulnerability patch and drops the patch version from the constraint to allow minor version updates.

Please note the parent PR of this change is @cwebberOps' PR, #1, to avoid downgrading the restforce gem dependency.