Adding Xquartz missing dependency for Ruby module
This commit is contained in:
parent
264f007260
commit
b0931f1847
3 changed files with 7 additions and 0 deletions
|
@ -30,6 +30,7 @@ github "repository", "2.2.0"
|
|||
github "ruby", "6.0.2"
|
||||
github "stdlib", "4.1.0", :repo => "puppetlabs/puppetlabs-stdlib"
|
||||
github "sudo", "1.0.0"
|
||||
github "xquartz", "1.1.0"
|
||||
|
||||
# Optional/custom modules. There are tons available at
|
||||
# https://github.com/boxen.
|
||||
|
|
|
@ -53,6 +53,11 @@ GITHUBTARBALL
|
|||
specs:
|
||||
sudo (1.0.0)
|
||||
|
||||
GITHUBTARBALL
|
||||
remote: boxen/puppet-xquartz
|
||||
specs:
|
||||
xquartz (1.1.0)
|
||||
|
||||
GITHUBTARBALL
|
||||
remote: cprice404/puppetlabs-inifile
|
||||
specs:
|
||||
|
@ -77,4 +82,5 @@ DEPENDENCIES
|
|||
ruby (= 6.0.2)
|
||||
stdlib (= 4.1.0)
|
||||
sudo (= 1.0.0)
|
||||
xquartz (= 1.1.0)
|
||||
|
||||
|
|
BIN
vendor/puppet/cache/boxen-puppet-xquartz-1.1.0.tar.gz
vendored
Normal file
BIN
vendor/puppet/cache/boxen-puppet-xquartz-1.1.0.tar.gz
vendored
Normal file
Binary file not shown.
Loading…
Reference in a new issue