Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update root Gemfile bundler version to resolve multiple warnings #65

Closed
wants to merge 1 commit into from

Conversation

javierjulio
Copy link

The previous Bundler version used was emitting these warnings. This now installs a current version of Bundler after running bundle update --bundler as noted in the lock file.

/Users/j.julio/.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bundler-2.2.32/lib/bundler/vendor/thor/lib/thor/error.rb:105: warning: constant DidYouMean::SPELL_CHECKERS is deprecated
Calling `DidYouMean::SPELL_CHECKERS.merge!(error_name => spell_checker)' has been deprecated. Please call `DidYouMean.correct_error(error_name, spell_checker)' instead.
/Users/j.julio/.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bundler-2.2.32/lib/bundler/rubygems_ext.rb:116: warning: method redefined; discarding old encode_with
/Users/j.julio/.rbenv/versions/3.3.5/lib/ruby/site_ruby/3.3.0/rubygems/dependency.rb:341: warning: previous definition of encode_with was here
/Users/j.julio/.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bundler-2.2.32/lib/bundler/vendor/thor/lib/thor/error.rb:105: warning: constant DidYouMean::SPELL_CHECKERS is deprecated
Calling `DidYouMean::SPELL_CHECKERS.merge!(error_name => spell_checker)' has been deprecated. Please call `DidYouMean.correct_error(error_name, spell_checker)' instead.

The previous version used was emitting multiple warnings. This now installs a current version of Bundler.

```
/Users/j.julio/.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bundler-2.2.32/lib/bundler/vendor/thor/lib/thor/error.rb:105: warning: constant DidYouMean::SPELL_CHECKERS is deprecated
Calling `DidYouMean::SPELL_CHECKERS.merge!(error_name => spell_checker)' has been deprecated. Please call `DidYouMean.correct_error(error_name, spell_checker)' instead.
/Users/j.julio/.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bundler-2.2.32/lib/bundler/rubygems_ext.rb:116: warning: method redefined; discarding old encode_with
/Users/j.julio/.rbenv/versions/3.3.5/lib/ruby/site_ruby/3.3.0/rubygems/dependency.rb:341: warning: previous definition of encode_with was here
/Users/j.julio/.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bundler-2.2.32/lib/bundler/vendor/thor/lib/thor/error.rb:105: warning: constant DidYouMean::SPELL_CHECKERS is deprecated
Calling `DidYouMean::SPELL_CHECKERS.merge!(error_name => spell_checker)' has been deprecated. Please call `DidYouMean.correct_error(error_name, spell_checker)' instead.
```
@javierjulio javierjulio changed the title Update bundler to resolve multiple warnings Update root Gemfile bundler version to resolve multiple warnings Nov 11, 2024
@javierjulio javierjulio deleted the update-bundler branch November 11, 2024 01:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant