Skip to content

Commit

Permalink
Update bundler to resolve multiple warnings
Browse files Browse the repository at this point in the history
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
javierjulio committed Nov 11, 2024
1 parent 5c88f1b commit 21d4172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -189,4 +189,4 @@ DEPENDENCIES
sqlite3

BUNDLED WITH
2.2.32
2.5.23

0 comments on commit 21d4172

Please sign in to comment.