palkan / logidze

Database changes log for Rails
MIT License
1.6k stars 76 forks source link

Add Ruby 3.1 to the CI matrix #211

Closed petergoldstein closed 2 years ago

petergoldstein commented 2 years ago

What is the purpose of this pull request?

To add Ruby 3.1 to the CI matrix, so consumers of the gem can have confidence it works with Ruby 3.1

What changes did you make? (overview)

  1. Updated the CI configuration
  2. Changed the version in the Rails 7 gemfile from 7.0.0.rc1 to ~> 7.0.0
  3. Fixed a warning being generated by the rubocop.gemfile

Is there anything you'd like reviewers to focus on?

Nope

Checklist

^ Adding tests isn't relevant, and I didn't see Changelog entries for earlier CI updates. So I didn't make either of those.

It looks like the README needs a more general update here, since it refers to a Ruby ~> 2.5 requirement.

palkan commented 2 years ago

Thanks!