Skip to content

Commit

Permalink
Update to the latest version of bundler
Browse files Browse the repository at this point in the history
This prevents the deprecation warning:
> 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
jcoyne committed Jan 24, 2024
1 parent d8172d6 commit 8d1f867
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## Next
* Add key setup to v3 example in README
* Update bundler version

## 5.16.0
* Allow usage of `options[:turbo]` as well as `options[:turbolinks]` for `recaptcha_v3`
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ DEPENDENCIES
webmock

BUNDLED WITH
2.1.4
2.5.5

0 comments on commit 8d1f867

Please sign in to comment.