Casecommons / with_model

Dynamically build an Active Record model (with table) within a test context
http://www.casebook.net
MIT License
167 stars 18 forks source link

Adds Ruby 3.2 to the CI matrix #40

Closed petergoldstein closed 1 year ago

petergoldstein commented 1 year ago

To get this green I had to:

  1. Address a few lints
  2. Disable the Gemspec/DevelopmentDependencies Cop (which can be re-enabled if there's a desire to shift development dependencies to the Gemfile)

I also updated the checkout action version.

Runs green on my fork.

nertzy commented 1 year ago

Oops I should have looked at this first, I ended up doing the same thing in #43

Thanks!