aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cask/lib/hbc/utils.rb
diff options
context:
space:
mode:
authorMarkus Reiter2017-05-22 04:15:11 +0200
committerMarkus Reiter2017-05-25 06:18:52 +0200
commitfd97e88b990b4804e9cfec90e3e5fe60fa54437a (patch)
treec32ba2c02e01d1b605021d5301e5e9c4c9e70527 /Library/Homebrew/cask/lib/hbc/utils.rb
parent060af0a26ab7219e46b500fd1c7f420b6cc74cbb (diff)
downloadbrew-fd97e88b990b4804e9cfec90e3e5fe60fa54437a.tar.bz2
Use `LockFile` instead of `Hbc::Utils::file_locked?`.
Diffstat (limited to 'Library/Homebrew/cask/lib/hbc/utils.rb')
-rw-r--r--Library/Homebrew/cask/lib/hbc/utils.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Homebrew/cask/lib/hbc/utils.rb b/Library/Homebrew/cask/lib/hbc/utils.rb
index 4562fc468..59e85aaeb 100644
--- a/Library/Homebrew/cask/lib/hbc/utils.rb
+++ b/Library/Homebrew/cask/lib/hbc/utils.rb
@@ -2,8 +2,6 @@ require "yaml"
require "open3"
require "stringio"
-require "hbc/utils/file"
-
BUG_REPORTS_URL = "https://github.com/caskroom/homebrew-cask#reporting-bugs".freeze
# monkeypatch Object - not a great idea