From da4eb399256c6d14ce2c8f498241b5c916095773 Mon Sep 17 00:00:00 2001 From: rmnull Date: Fri, 7 Aug 2020 23:58:24 +0530 Subject: [PATCH] bump BUNDLER_VERSION to 1.17.3(keep in sync with Gemfile.lock) --- Library/Homebrew/utils/gems.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/utils/gems.rb b/Library/Homebrew/utils/gems.rb index 8fba9b3096..0a98b06728 100644 --- a/Library/Homebrew/utils/gems.rb +++ b/Library/Homebrew/utils/gems.rb @@ -8,7 +8,7 @@ require "English" module Homebrew # Keep in sync with the Gemfile.lock's BUNDLED WITH. - HOMEBREW_BUNDLER_VERSION = "1.17.2" + HOMEBREW_BUNDLER_VERSION = "1.17.3" module_function