From 6a98b235756c8b3803bd99af0be920990ad6030b Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 10 Aug 2020 08:22:03 +0100 Subject: [PATCH] bundler: use 1.17.2 again. This was what is included with macOS system Ruby 2.6.3. --- Library/Homebrew/Gemfile.lock | 2 +- Library/Homebrew/utils/gems.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Library/Homebrew/Gemfile.lock b/Library/Homebrew/Gemfile.lock index 74824866de..917271ed76 100644 --- a/Library/Homebrew/Gemfile.lock +++ b/Library/Homebrew/Gemfile.lock @@ -168,4 +168,4 @@ DEPENDENCIES tapioca BUNDLED WITH - 1.17.3 + 1.17.2 diff --git a/Library/Homebrew/utils/gems.rb b/Library/Homebrew/utils/gems.rb index 0a98b06728..8fba9b3096 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.3" + HOMEBREW_BUNDLER_VERSION = "1.17.2" module_function