diff --git a/Puppetfile b/Puppetfile index 1efa42d..26a0fca 100644 --- a/Puppetfile +++ b/Puppetfile @@ -13,7 +13,7 @@ end # Includes many of our custom types and providers, as well as global # config. Required. -github "boxen", "2.3.6" +github "boxen", "3.0.1" # Core modules for a basic development environment. You can replace # some/most of these if you want, but it's not recommended. @@ -22,8 +22,8 @@ github "autoconf", "1.0.0" github "dnsmasq", "1.0.0" github "gcc", "2.0.1" github "git", "1.2.5" -github "homebrew", "1.2.1" -github "hub", "1.0.0" +github "homebrew", "1.3.0" +github "hub", "1.0.3" github "inifile", "1.0.0", :repo => "puppetlabs/puppetlabs-inifile" github "nginx", "1.4.2" github "nodejs", "3.2.8" diff --git a/Puppetfile.lock b/Puppetfile.lock index be957bf..471e4a4 100644 --- a/Puppetfile.lock +++ b/Puppetfile.lock @@ -6,7 +6,7 @@ GITHUBTARBALL GITHUBTARBALL remote: boxen/puppet-boxen specs: - boxen (2.3.6) + boxen (3.0.1) GITHUBTARBALL remote: boxen/puppet-dnsmasq @@ -26,12 +26,12 @@ GITHUBTARBALL GITHUBTARBALL remote: boxen/puppet-homebrew specs: - homebrew (1.2.1) + homebrew (1.3.0) GITHUBTARBALL remote: boxen/puppet-hub specs: - hub (1.0.0) + hub (1.0.3) GITHUBTARBALL remote: boxen/puppet-nginx @@ -80,12 +80,12 @@ GITHUBTARBALL DEPENDENCIES autoconf (= 1.0.0) - boxen (= 2.3.6) + boxen (= 3.0.1) dnsmasq (= 1.0.0) gcc (= 2.0.1) git (= 1.2.5) - homebrew (= 1.2.1) - hub (= 1.0.0) + homebrew (= 1.3.0) + hub (= 1.0.3) inifile (= 1.0.0) nginx (= 1.4.2) nodejs (= 3.2.8) diff --git a/vendor/puppet/cache/boxen-puppet-boxen-2.3.6.tar.gz b/vendor/puppet/cache/boxen-puppet-boxen-2.3.6.tar.gz deleted file mode 100644 index 993f2f2..0000000 Binary files a/vendor/puppet/cache/boxen-puppet-boxen-2.3.6.tar.gz and /dev/null differ diff --git a/vendor/puppet/cache/boxen-puppet-boxen-3.0.1.tar.gz b/vendor/puppet/cache/boxen-puppet-boxen-3.0.1.tar.gz new file mode 100644 index 0000000..c423c56 Binary files /dev/null and b/vendor/puppet/cache/boxen-puppet-boxen-3.0.1.tar.gz differ diff --git a/vendor/puppet/cache/boxen-puppet-homebrew-1.2.1.tar.gz b/vendor/puppet/cache/boxen-puppet-homebrew-1.2.1.tar.gz deleted file mode 100644 index 15cdafc..0000000 Binary files a/vendor/puppet/cache/boxen-puppet-homebrew-1.2.1.tar.gz and /dev/null differ diff --git a/vendor/puppet/cache/boxen-puppet-homebrew-1.3.0.tar.gz b/vendor/puppet/cache/boxen-puppet-homebrew-1.3.0.tar.gz new file mode 100644 index 0000000..fb00a10 Binary files /dev/null and b/vendor/puppet/cache/boxen-puppet-homebrew-1.3.0.tar.gz differ diff --git a/vendor/puppet/cache/boxen-puppet-hub-1.0.0.tar.gz b/vendor/puppet/cache/boxen-puppet-hub-1.0.0.tar.gz deleted file mode 100644 index 26cf708..0000000 Binary files a/vendor/puppet/cache/boxen-puppet-hub-1.0.0.tar.gz and /dev/null differ diff --git a/vendor/puppet/cache/boxen-puppet-hub-1.0.3.tar.gz b/vendor/puppet/cache/boxen-puppet-hub-1.0.3.tar.gz new file mode 100644 index 0000000..d7a9dd8 Binary files /dev/null and b/vendor/puppet/cache/boxen-puppet-hub-1.0.3.tar.gz differ