diff --git a/Puppetfile b/Puppetfile index b6ff285..1cc8f41 100644 --- a/Puppetfile +++ b/Puppetfile @@ -14,13 +14,13 @@ mod "boxen", "0.0.22", :github_tarball => "boxen/puppet-boxen" mod "dnsmasq", "0.0.1", :github_tarball => "boxen/puppet-dnsmasq" mod "git", "0.0.2.4", :github_tarball => "boxen/puppet-git" mod "hub", "0.0.1", :github_tarball => "boxen/puppet-hub" -mod "homebrew", "0.0.8", :github_tarball => "boxen/puppet-homebrew" +mod "homebrew", "0.0.9", :github_tarball => "boxen/puppet-homebrew" mod "inifile", "0.0.1", :github_tarball => "boxen/puppet-inifile" mod "nginx", "0.0.2", :github_tarball => "boxen/puppet-nginx" -mod "nodejs", "0.0.1", :github_tarball => "boxen/puppet-nodejs" +mod "nodejs", "0.0.2", :github_tarball => "boxen/puppet-nodejs" mod "nvm", "0.0.5", :github_tarball => "boxen/puppet-nvm" mod "rbenv", "0.0.2", :github_tarball => "boxen/puppet-rbenv" -mod "ruby", "0.0.8", :github_tarball => "boxen/puppet-ruby" +mod "ruby", "0.0.9", :github_tarball => "boxen/puppet-ruby" mod "stdlib", "3.0.0", :github_tarball => "puppetlabs/puppetlabs-stdlib" mod "sudo", "0.0.1", :github_tarball => "boxen/puppet-sudo" diff --git a/Puppetfile.lock b/Puppetfile.lock index 0f8f86f..9740c5f 100644 --- a/Puppetfile.lock +++ b/Puppetfile.lock @@ -16,7 +16,7 @@ GITHUBTARBALL GITHUBTARBALL remote: boxen/puppet-homebrew specs: - homebrew (0.0.8) + homebrew (0.0.9) GITHUBTARBALL remote: boxen/puppet-hub @@ -36,7 +36,7 @@ GITHUBTARBALL GITHUBTARBALL remote: boxen/puppet-nodejs specs: - nodejs (0.0.1) + nodejs (0.0.2) GITHUBTARBALL remote: boxen/puppet-nvm @@ -51,7 +51,7 @@ GITHUBTARBALL GITHUBTARBALL remote: boxen/puppet-ruby specs: - ruby (0.0.8) + ruby (0.0.9) GITHUBTARBALL remote: boxen/puppet-sudo @@ -67,14 +67,14 @@ DEPENDENCIES boxen (= 0.0.22) dnsmasq (= 0.0.1) git (= 0.0.2.4) - homebrew (= 0.0.8) + homebrew (= 0.0.9) hub (= 0.0.1) inifile (= 0.0.1) nginx (= 0.0.2) - nodejs (= 0.0.1) + nodejs (= 0.0.2) nvm (= 0.0.5) rbenv (= 0.0.2) - ruby (= 0.0.8) + ruby (= 0.0.9) stdlib (= 3.0.0) sudo (= 0.0.1) diff --git a/vendor/puppet/cache/boxen-puppet-homebrew-0.0.8.tar.gz b/vendor/puppet/cache/boxen-puppet-homebrew-0.0.8.tar.gz deleted file mode 100644 index f61ad32..0000000 Binary files a/vendor/puppet/cache/boxen-puppet-homebrew-0.0.8.tar.gz and /dev/null differ diff --git a/vendor/puppet/cache/boxen-puppet-homebrew-0.0.9.tar.gz b/vendor/puppet/cache/boxen-puppet-homebrew-0.0.9.tar.gz new file mode 100644 index 0000000..59ca0b2 Binary files /dev/null and b/vendor/puppet/cache/boxen-puppet-homebrew-0.0.9.tar.gz differ diff --git a/vendor/puppet/cache/boxen-puppet-nodejs-0.0.1.tar.gz b/vendor/puppet/cache/boxen-puppet-nodejs-0.0.1.tar.gz deleted file mode 100644 index 42c2a84..0000000 Binary files a/vendor/puppet/cache/boxen-puppet-nodejs-0.0.1.tar.gz and /dev/null differ diff --git a/vendor/puppet/cache/boxen-puppet-nodejs-0.0.2.tar.gz b/vendor/puppet/cache/boxen-puppet-nodejs-0.0.2.tar.gz new file mode 100644 index 0000000..189b227 Binary files /dev/null and b/vendor/puppet/cache/boxen-puppet-nodejs-0.0.2.tar.gz differ diff --git a/vendor/puppet/cache/boxen-puppet-ruby-0.0.8.tar.gz b/vendor/puppet/cache/boxen-puppet-ruby-0.0.8.tar.gz deleted file mode 100644 index 8af4f4f..0000000 Binary files a/vendor/puppet/cache/boxen-puppet-ruby-0.0.8.tar.gz and /dev/null differ diff --git a/vendor/puppet/cache/boxen-puppet-ruby-0.0.9.tar.gz b/vendor/puppet/cache/boxen-puppet-ruby-0.0.9.tar.gz new file mode 100644 index 0000000..633603f Binary files /dev/null and b/vendor/puppet/cache/boxen-puppet-ruby-0.0.9.tar.gz differ