From 5b143e57dabb311e1c3af5af1db50aea33dc8266 Mon Sep 17 00:00:00 2001 From: Jeff Widman Date: Wed, 26 Jul 2023 09:33:07 -0700 Subject: [PATCH] Fix typo (#7636) --- bundler/lib/dependabot/bundler/helpers.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundler/lib/dependabot/bundler/helpers.rb b/bundler/lib/dependabot/bundler/helpers.rb index d59234c35dcb..0cc9bdce8398 100644 --- a/bundler/lib/dependabot/bundler/helpers.rb +++ b/bundler/lib/dependabot/bundler/helpers.rb @@ -9,7 +9,7 @@ module Helpers # newest version we support DEFAULT = V2 # If we are updating a project with a Gemfile.lock that does not specify - # the version it was bundled with, with failover to V1 on the assumption + # the version it was bundled with, we failover to V1 on the assumption # it was created with an old version that didn't add this information FAILOVER = V1