diff --git a/Puppetfile b/Puppetfile index 01b7751..5c4f7de 100644 --- a/Puppetfile +++ b/Puppetfile @@ -14,7 +14,7 @@ end # Includes many of our custom types and providers, as well as global # config. Required. -github "boxen", "0.2.3" +github "boxen", "0.2.4" # Core modules for a basic development environment. You can replace # some/most of these if you want, but it's not recommended. @@ -28,7 +28,7 @@ github "inifile", "0.9.0", :repo => "cprice-puppet/puppetlabs-inifile" github "nginx", "0.2.1" github "nodejs", "0.0.2" github "nvm", "0.0.5" -github "ruby", "0.5.0" +github "ruby", "0.5.1" github "stdlib", "3.0.0", :repo => "puppetlabs/puppetlabs-stdlib" github "sudo", "0.0.1" diff --git a/Puppetfile.lock b/Puppetfile.lock index 383fa46..8703d8c 100644 --- a/Puppetfile.lock +++ b/Puppetfile.lock @@ -1,7 +1,7 @@ GITHUBTARBALL remote: boxen/puppet-boxen specs: - boxen (0.2.3) + boxen (0.2.4) GITHUBTARBALL remote: boxen/puppet-dnsmasq @@ -46,7 +46,7 @@ GITHUBTARBALL GITHUBTARBALL remote: boxen/puppet-ruby specs: - ruby (0.5.0) + ruby (0.5.1) GITHUBTARBALL remote: boxen/puppet-sudo @@ -64,7 +64,7 @@ GITHUBTARBALL stdlib (3.0.0) DEPENDENCIES - boxen (= 0.2.3) + boxen (= 0.2.4) dnsmasq (= 0.2.1) gcc (= 0.0.2) git (= 0.1.0) @@ -74,7 +74,7 @@ DEPENDENCIES nginx (= 0.2.1) nodejs (= 0.0.2) nvm (= 0.0.5) - ruby (= 0.5.0) + ruby (= 0.5.1) stdlib (= 3.0.0) sudo (= 0.0.1) diff --git a/vendor/puppet/cache/boxen-puppet-boxen-0.2.3.tar.gz b/vendor/puppet/cache/boxen-puppet-boxen-0.2.3.tar.gz deleted file mode 100644 index 68c1f9c..0000000 Binary files a/vendor/puppet/cache/boxen-puppet-boxen-0.2.3.tar.gz and /dev/null differ diff --git a/vendor/puppet/cache/boxen-puppet-boxen-0.2.4.tar.gz b/vendor/puppet/cache/boxen-puppet-boxen-0.2.4.tar.gz new file mode 100644 index 0000000..c828ae3 Binary files /dev/null and b/vendor/puppet/cache/boxen-puppet-boxen-0.2.4.tar.gz differ diff --git a/vendor/puppet/cache/boxen-puppet-ruby-0.5.0.tar.gz b/vendor/puppet/cache/boxen-puppet-ruby-0.5.0.tar.gz deleted file mode 100644 index e4c1264..0000000 Binary files a/vendor/puppet/cache/boxen-puppet-ruby-0.5.0.tar.gz and /dev/null differ diff --git a/vendor/puppet/cache/boxen-puppet-ruby-0.5.1.tar.gz b/vendor/puppet/cache/boxen-puppet-ruby-0.5.1.tar.gz new file mode 100644 index 0000000..c2b2f54 Binary files /dev/null and b/vendor/puppet/cache/boxen-puppet-ruby-0.5.1.tar.gz differ