Skip to content

Commit

Permalink
Merge pull request #8389 from rolandwalker/add_requires
Browse files Browse the repository at this point in the history
add requires removed during homebrew-fork cleanups
  • Loading branch information
rolandwalker committed Dec 23, 2014
2 parents 18f24b5 + fc8052c commit 9ccab1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/cask/artifact/uninstall_base.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require 'set'

class Cask::Artifact::UninstallBase < Cask::Artifact::Base

# todo: 500 is also hardcoded in cask/pkg.rb, but much of
Expand Down
1 change: 1 addition & 0 deletions lib/homebrew-fork/Library/Homebrew/global.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
require 'extend/ARGV'
require 'extend/string'
require 'exceptions'
require 'utils'

ARGV.extend(HomebrewForkArgvExtension)

Expand Down

0 comments on commit 9ccab1c

Please sign in to comment.