Merge pull request #8251 from rmNULL/gemfile-bundler-version-sync

keep  BUNDLER_VERSION in sync with Gemfile.lock
This commit is contained in:
William Woodruff 2020-08-07 16:32:53 -04:00 committed by GitHub
commit e0ffc45954
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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