Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update bundler to resolve multiple warnings
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. ```
- Loading branch information