Skip to content

Commit

Permalink
Bump bundler version (#2978)
Browse files Browse the repository at this point in the history
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
```
  • Loading branch information
thdaraujo authored Jul 14, 2024
1 parent 2b5df17 commit 95cc54d
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 @@ -83,4 +83,4 @@ DEPENDENCIES
yard (= 0.9.36)

BUNDLED WITH
2.2.33
2.4.22

0 comments on commit 95cc54d

Please sign in to comment.