rubyforgood / Flaredown

Flaredown web app and API
http://www.flaredown.com
GNU General Public License v3.0
39 stars 15 forks source link

upgrade ruby from 3.0.6 to 3.1.3 to allow heroku stack upgrade #729

Closed compwron closed 6 months ago

compwron commented 6 months ago

upgrade ruby from 3.0.6 to 3.1.3 to allow heroku stack upgrade

haydenrou commented 6 months ago

Looks like this caused the following issue in the rspec workflow:

Calling `DidYouMean::SPELL_CHECKERS.merge!(error_name => spell_checker)' has been deprecated. Please call `DidYouMean.correct_error(error_name, spell_checker)' instead.
rake aborted!
Psych::BadAlias: Unknown alias: development_defaults

I'm taking a look

Edit: see #733