Open tschlenk opened 2 years ago
Also discussed at https://github.com/ThrowTheSwitch/Ceedling/issues/211#issuecomment-1302107997. As I mentioned there:
The DidYouMean::SPELL_CHECKERS.merge
deprecation warning is due to thor
(https://github.com/rails/thor/issues/763) - this has been fixed and was released in 1.2.0. Ceedling's current version pin doesn't allow for this version to be installed.
When trying to run ceedling using the latest version of Ruby there is a deprecation warning for the did_you_mean package.
Tested using ceedling version 0.31.1 and Ruby 3.1.0 releases.