bundler: use 1.17.2 again.

This was what is included with macOS system Ruby 2.6.3.
This commit is contained in:
Mike McQuaid 2020-08-10 08:22:03 +01:00
parent 264de96851
commit 6a98b23575
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
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