Skip to content

Commit 9e363f3

Browse files
authored
Update local bundler version (heroku#102)
There's a deprecation in Ruby 3.1 with this bundler version: ``` Calling `DidYouMean::SPELL_CHECKERS.merge!(error_name => spell_checker)' has been deprecated. Please call `DidYouMean.correct_error(error_name, spell_checker)' instead. ``` Upgrading the version locally fixes the warning.
1 parent 8e9e958 commit 9e363f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,4 +225,4 @@ RUBY VERSION
225225
ruby 3.1.2p20
226226

227227
BUNDLED WITH
228-
2.2.28
228+
2.3.24

0 commit comments

Comments
 (0)