Merge pull request #8276 from MikeMcQuaid/bundler-1172

bundler: use 1.17.2 again.
This commit is contained in:
Mike McQuaid 2020-08-10 08:47:22 +01:00 committed by GitHub
commit df1fdadbbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -168,4 +168,4 @@ DEPENDENCIES
tapioca
BUNDLED WITH
1.17.3
1.17.2

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.3"
HOMEBREW_BUNDLER_VERSION = "1.17.2"
module_function