CocoaPods / cocoapods-downloader

A small library that provides downloaders for various source types (HTTP/SVN/Git/Mercurial)
MIT License
84 stars 71 forks source link

Compatible with most recent macOS system ruby #141

Closed reneky closed 7 months ago

reneky commented 10 months ago

A recent commit updated the minimum Ruby version from 2.3 to 2.7

macOS Sonoma ships with Ruby 2.6.10.210

So this means cocoapods-downloader is no longer compatible with the most recent macOS.

Would it be possible to require 2.6 for now?

The commit didn't explain what feature of more recent Ruby is needed.

https://github.com/CocoaPods/cocoapods-downloader/commit/2a2b16771d5acfa956bc00f5c3d386e0012fad84

reneky commented 7 months ago

Fixed in b5983f2