diff options
| author | Markus Reiter | 2016-08-23 23:36:00 +0200 |
|---|---|---|
| committer | Markus Reiter | 2016-08-23 23:36:17 +0200 |
| commit | 1e1a8bf626b044b5772635f9ac28ce89c0b431db (patch) | |
| tree | 3265b8c1ab310c750913e92718d05d6b87f682f1 /Library/Homebrew/cask/lib | |
| parent | 963337aede12a3af739db8b44dbfd558de64b7af (diff) | |
| download | brew-1e1a8bf626b044b5772635f9ac28ce89c0b431db.tar.bz2 | |
Use version 3.1.0 of vendored `plist`.
Diffstat (limited to 'Library/Homebrew/cask/lib')
| -rw-r--r-- | Library/Homebrew/cask/lib/hbc.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cask/lib/hbc.rb b/Library/Homebrew/cask/lib/hbc.rb index a9a23f997..29fad59af 100644 --- a/Library/Homebrew/cask/lib/hbc.rb +++ b/Library/Homebrew/cask/lib/hbc.rb @@ -36,7 +36,7 @@ require "hbc/utils" require "hbc/verify" require "hbc/version" -require "vendor/plist" +require "vendor/plist/plist" module Hbc include Hbc::Locations |
