scelis / twine

Twine is a command line tool for managing your strings and their translations.
Other
840 stars 151 forks source link

Update rubyzip to latest version #297

Closed scelis closed 4 years ago

scelis commented 4 years ago

rubyzip has gone from v1 to v2 and in doing so has dropped support for versions of Ruby before 2.4. It seems as good a time as any, so let's do the same.

Replace our 2.2 and 2.3 unit tests with 2.6 and 2.7.

scelis commented 4 years ago

One of the reasons behind this change is Fastlane recently updated to:

fastlane (= 2.151.2) was resolved to 2.151.2, which depends on
  rubyzip (>= 2.0.0, < 3.0.0)