Merge pull request #353 from createdbypete/update-puppetfile-and-gems

Add missing Xquartz dependency
This commit is contained in:
Adam Ochonicki 2013-07-13 15:49:20 -07:00
commit f62b84f987
5 changed files with 10 additions and 3 deletions

View file

@ -28,8 +28,9 @@ github "nginx", "1.4.2"
github "nodejs", "3.2.7" github "nodejs", "3.2.7"
github "repository", "2.2.0" github "repository", "2.2.0"
github "ruby", "6.0.2" github "ruby", "6.0.2"
github "stdlib", "4.0.2", :repo => "puppetlabs/puppetlabs-stdlib" github "stdlib", "4.1.0", :repo => "puppetlabs/puppetlabs-stdlib"
github "sudo", "1.0.0" github "sudo", "1.0.0"
github "xquartz", "1.1.0"
# Optional/custom modules. There are tons available at # Optional/custom modules. There are tons available at
# https://github.com/boxen. # https://github.com/boxen.

View file

@ -53,6 +53,11 @@ GITHUBTARBALL
specs: specs:
sudo (1.0.0) sudo (1.0.0)
GITHUBTARBALL
remote: boxen/puppet-xquartz
specs:
xquartz (1.1.0)
GITHUBTARBALL GITHUBTARBALL
remote: cprice404/puppetlabs-inifile remote: cprice404/puppetlabs-inifile
specs: specs:
@ -61,7 +66,7 @@ GITHUBTARBALL
GITHUBTARBALL GITHUBTARBALL
remote: puppetlabs/puppetlabs-stdlib remote: puppetlabs/puppetlabs-stdlib
specs: specs:
stdlib (4.0.2) stdlib (4.1.0)
DEPENDENCIES DEPENDENCIES
boxen (= 2.3.6) boxen (= 2.3.6)
@ -75,6 +80,7 @@ DEPENDENCIES
nodejs (= 3.2.7) nodejs (= 3.2.7)
repository (= 2.2.0) repository (= 2.2.0)
ruby (= 6.0.2) ruby (= 6.0.2)
stdlib (= 4.0.2) stdlib (= 4.1.0)
sudo (= 1.0.0) sudo (= 1.0.0)
xquartz (= 1.1.0)

Binary file not shown.

Binary file not shown.