From b31fca39f0f0c70111be0b844ed3d8abfb5695f5 Mon Sep 17 00:00:00 2001 From: Justin Coyne Date: Wed, 24 Jan 2024 10:11:16 -0600 Subject: [PATCH] Update to the latest version of bundler 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. --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index c423ebd..cd8d56d 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index 64cad7c..e79f742 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -79,4 +79,4 @@ DEPENDENCIES webmock BUNDLED WITH - 2.1.4 + 2.5.5