reactjs/react-rails

Warning message: Calling `DidYouMean::SPELL_CHECKERS....`

ahangarha opened this issue · 0 comments

Steps to reproduce

Running any command requiring bundle to get executed generates the following line at the beginning of the log:

Calling `DidYouMean::SPELL_CHECKERS.merge!(error_name => spell_checker)' has been deprecated. Please call `DidYouMean.correct_error(error_name, spell_checker)' instead.

Solution:

It requires newer version of bundler to be used.

  • Current version in used: 2.1.4
  • Minimum version required: 2.3.9 (source)
  • Latest version of vundler: 2.3.35 (tested and it works)