reenhanced / gitreflow

Reflow automatically creates pull requests, ensures the code review is approved, and squash merges finished branches to master with a great commit message template.
MIT License
1.49k stars 64 forks source link

Support for Ruby 3.0 #249

Closed codenamev closed 3 years ago

codenamev commented 3 years ago

This adds support for Ruby 3.0. Namely droping the use of last argument keyword parameters. In addition, dependencies have been upgraded to their latest versions and GitHub action now tests against all latest stable versions. The action has also been updated to support the new native bundler caching provided by the setup-ruby action.