Important Notice: Starting April 1st, 2025, OSx/macOS builds will no longer be supported due to the end-of-life (EOL) of VMWare support for macOS infrastructure.
Join over 500,000 developers testing and building on Travis CI
Pull Request #46
Relax dependent `thor` version to fix CI
Thor as of v0.20.x relied on `open-uri` that was deprecated since Ruby version 3. https://github.com/ruby/ruby/blob/v3_0_0/NEWS.md#compatibility-issues
Thor v1.x uses `URI.open` so that it is compatible with Ruby 3.x. https://github.com/rails/thor/pull/677