Add Ruby 3.2 to CI. Fix standardrb errors. Update actions.#542
Add Ruby 3.2 to CI. Fix standardrb errors. Update actions.#542petergoldstein wants to merge 2 commits into
Conversation
|
@pacso @petergoldstein Just tried this out locally, and I think because DST is within a few days from now it is currently exposing a phalanx of either bad code, or bad tests (legacy, I expect, in eitehr case). There are 11 failures, and the ones I looked closely at appeared to be unintentionally DST related (they were not tests intending to target DST functionality specifically, but failures were of the off-by-1-hour variety). I am using Ruby 3.2, and I got the same failures with Rails 7.0 as with Rails 7.1, so I don't think that's relevant. Indeed... I get the same 11 failures on the Also, if you are using gem in production (regardless of branch) - you may encounter some issues with the DST cutover. |
|
Was already implemented on #552 |
Runs green on my fork.