makandra / active_type

Make any Ruby object quack like ActiveRecord
MIT License
1.09k stars 74 forks source link

Adds Ruby 3.2 to CI. Other assorted CI changes. #173

Closed petergoldstein closed 1 year ago

petergoldstein commented 1 year ago

To get this running green I updated the Gemfile.7.0.*.lock files to pull in more recent gem versions, most notable gemika 0.8.1.

I also made the following changes:

  1. Simplified bundling in the GitHub Actions files by relying on the ruby/setup-ruby bundler-cache
  2. Updated Ruby patch versions to latest
  3. Updated the checkout action versions

Runs green on my fork.

kratob commented 1 year ago

Thanks!