-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Hello team,
There are some deprecation warning happening while bundle exec rake spec
Calling `DidYouMean::SPELL_CHECKERS.merge!(error_name => spell_checker)' has been deprecated. Please call `DidYouMean.correct_error(error_name, spell_checker)' instead.
Calling `DidYouMean::SPELL_CHECKERS.merge!(error_name => spell_checker)' has been deprecated. Please call `DidYouMean.correct_error(error_name, spell_checker)' instead.
/home/rafael/.rvm/rubies/ruby-3.2.2/bin/ruby -I/home/rafael/.rvm/gems/ruby-3.2.2/gems/rspec-core-3.10.1/lib:/home/rafael/.rvm/gems/ruby-3.2.2/gems/rspec-support-3.10.3/lib /home/rafael/.rvm/gems/ruby-3.2.2/gems/rspec-core-3.10.1/exe/rspec --pattern spec/\*\*\{,/\*/\*\*\}/\*_spec.rb
Calling `DidYouMean::SPELL_CHECKERS.merge!(error_name => spell_checker)' has been deprecated. Please call `DidYouMean.correct_error(error_name, spell_checker)' instead.
Looks like the bundler need to get updated.
This solved the issue for me: $ bundle update --bundler
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels