diff --git a/Puppetfile b/Puppetfile index ac4cbcd..e1bdf63 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", "3.0.1" +github "boxen", "3.0.2" # Core modules for a basic development environment. You can replace # some/most of these if you want, but it's not recommended. @@ -29,7 +29,7 @@ github "nginx", "1.4.2" github "nodejs", "3.2.9" github "openssl", "1.0.0" github "repository", "2.2.0" -github "ruby", "6.3.0" +github "ruby", "6.3.4" github "stdlib", "4.1.0", :repo => "puppetlabs/puppetlabs-stdlib" github "sudo", "1.0.0" github "xquartz", "1.1.0" diff --git a/Puppetfile.lock b/Puppetfile.lock index 14ce641..991470f 100644 --- a/Puppetfile.lock +++ b/Puppetfile.lock @@ -6,7 +6,7 @@ GITHUBTARBALL GITHUBTARBALL remote: boxen/puppet-boxen specs: - boxen (3.0.1) + boxen (3.0.2) GITHUBTARBALL remote: boxen/puppet-dnsmasq @@ -56,7 +56,7 @@ GITHUBTARBALL GITHUBTARBALL remote: boxen/puppet-ruby specs: - ruby (6.3.0) + ruby (6.3.4) GITHUBTARBALL remote: boxen/puppet-sudo @@ -80,7 +80,7 @@ GITHUBTARBALL DEPENDENCIES autoconf (= 1.0.0) - boxen (= 3.0.1) + boxen (= 3.0.2) dnsmasq (= 1.0.0) gcc (= 2.0.1) git (= 1.2.5) @@ -91,7 +91,7 @@ DEPENDENCIES nodejs (= 3.2.9) openssl (= 1.0.0) repository (= 2.2.0) - ruby (= 6.3.0) + ruby (= 6.3.4) stdlib (= 4.1.0) sudo (= 1.0.0) xquartz (= 1.1.0) 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 deleted file mode 100644 index c423c56..0000000 Binary files a/vendor/puppet/cache/boxen-puppet-boxen-3.0.1.tar.gz and /dev/null differ diff --git a/vendor/puppet/cache/boxen-puppet-boxen-3.0.2.tar.gz b/vendor/puppet/cache/boxen-puppet-boxen-3.0.2.tar.gz new file mode 100644 index 0000000..55e025f Binary files /dev/null and b/vendor/puppet/cache/boxen-puppet-boxen-3.0.2.tar.gz differ diff --git a/vendor/puppet/cache/boxen-puppet-ruby-6.3.0.tar.gz b/vendor/puppet/cache/boxen-puppet-ruby-6.3.0.tar.gz deleted file mode 100644 index 4380638..0000000 Binary files a/vendor/puppet/cache/boxen-puppet-ruby-6.3.0.tar.gz and /dev/null differ diff --git a/vendor/puppet/cache/boxen-puppet-ruby-6.3.4.tar.gz b/vendor/puppet/cache/boxen-puppet-ruby-6.3.4.tar.gz new file mode 100644 index 0000000..edc7836 Binary files /dev/null and b/vendor/puppet/cache/boxen-puppet-ruby-6.3.4.tar.gz differ