From 16ef431731c0ca5e72b401cf94b55c7a24cfde0f Mon Sep 17 00:00:00 2001 From: Samuel Rizzo Date: Tue, 26 Nov 2024 01:58:34 +0300 Subject: [PATCH] Remove soon to be obsolete note about testing against multiple ruby versions --- source/guides/faq.html.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/source/guides/faq.html.md b/source/guides/faq.html.md index f4cfb5ca64..a6a5149ffd 100644 --- a/source/guides/faq.html.md +++ b/source/guides/faq.html.md @@ -184,9 +184,7 @@ Instead of forcing every fresh checkout (and possible new contributor) to encounter broken builds, the Bundler team recommends either using a tool like [Dependabot](https://dependabot.com) to automatically create a PR and run the test suite any time -your dependencies release new versions. You might need to keep -separate Gemfiles for different ruby versions for Dependabot dependency -resolution to work accurately. +your dependencies release new versions. If you don't want to use a dependency monitoring bot, we suggest creating an additional daily CI build that deletes the Gemfile.lock before running `bundle install`. That way you, and others monitoring