diff --git a/Puppetfile b/Puppetfile index 2f21f0f..8f7da9b 100644 --- a/Puppetfile +++ b/Puppetfile @@ -14,7 +14,7 @@ mod "homebrew", "0.0.4", :github_tarball => "boxen/puppet-homebrew" mod "nginx", "0.0.2", :github_tarball => "boxen/puppet-nginx" mod "nvm", "0.0.5", :github_tarball => "boxen/puppet-nvm" mod "rbenv", "0.0.2", :github_tarball => "boxen/puppet-rbenv" -mod "ruby", "0.0.6", :github_tarball => "boxen/puppet-ruby" +mod "ruby", "0.0.8", :github_tarball => "boxen/puppet-ruby" # Core modules for a basic development environment. # You can replace some/most of those if you want, but it's not recommended. diff --git a/Puppetfile.lock b/Puppetfile.lock index debcc37..ee492ff 100644 --- a/Puppetfile.lock +++ b/Puppetfile.lock @@ -51,7 +51,7 @@ GITHUBTARBALL GITHUBTARBALL remote: boxen/puppet-ruby specs: - ruby (0.0.6) + ruby (0.0.8) GITHUBTARBALL remote: boxen/puppet-sudo @@ -69,6 +69,6 @@ DEPENDENCIES nodejs (= 0.0.1) nvm (= 0.0.5) rbenv (= 0.0.2) - ruby (= 0.0.6) + ruby (= 0.0.8) sudo (= 0.0.1) diff --git a/vendor/puppet/cache/boxen-puppet-ruby-0.0.6.tar.gz b/vendor/puppet/cache/boxen-puppet-ruby-0.0.6.tar.gz deleted file mode 100644 index a297a5b..0000000 Binary files a/vendor/puppet/cache/boxen-puppet-ruby-0.0.6.tar.gz and /dev/null 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 new file mode 100644 index 0000000..8af4f4f Binary files /dev/null and b/vendor/puppet/cache/boxen-puppet-ruby-0.0.8.tar.gz differ