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 cb2ca7d commit b31fca3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Why and what is being done.

## Pre-Merge Checklist
- [ ] CHANGELOG.md updated with short summary
- [ ] CHANGELOG.md updated with short summary for user facing changes
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ DEPENDENCIES
webmock

BUNDLED WITH
2.1.4
2.5.5

0 comments on commit b31fca3

Please sign in to comment.