igor-makarov / xcake

:cake: Describe Xcode projects in a human readable format and (re)generate one on demand.
MIT License
634 stars 48 forks source link

Remove reliance on ActiveSupport #222

Closed igor-makarov closed 3 years ago

igor-makarov commented 3 years ago

Turns out the entire repo wasn't actually using ActiveSupport anymore.
This PR removes the dependency from the gemspec, and also bumps minimum supported Ruby version to 2.6 (macOS system Ruby is 2.6.3 now).