faker-ruby / faker

A library for generating fake data such as names, addresses, and phone numbers.
MIT License
11.24k stars 3.18k forks source link

Bump bundler version to `2.4.22` #2978

Closed thdaraujo closed 2 months ago

thdaraujo commented 2 months ago

Motivation / Background

This PR will bump bundler version to 2.4.22 (the latest version compatible with Ruby 2.7.8).

This will remove the following deprecation warning from thor when running tests:

Calling `DidYouMean::SPELL_CHECKERS.merge!(error_name => spell_checker)' has been deprecated. Please call `DidYouMean.correct_error(error_name, spell_checker)' instead.
/opt/hostedtoolcache/Ruby/3.3.4/x64/lib/ruby/gems/3.3.0/gems/bundler-2.2.33/lib/bundler/vendor/thor/lib/thor/error.rb:105: warning: constant DidYouMean::SPELL_CHECKERS is deprecated

Additional information

See this issue https://github.com/rails/rails/issues/44037

Checklist

Before submitting the PR make sure the following are checked:

If you're proposing a new generator or locale: