Skip to content

Bundler deprection warnings #1

@rafaelbiriba

Description

@rafaelbiriba

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions