diff --git a/Puppetfile b/Puppetfile index 736e853..b25787a 100644 --- a/Puppetfile +++ b/Puppetfile @@ -12,7 +12,7 @@ mod "git", "0.0.2", :github_tarball => "boxen/puppet-git" mod "homebrew", "0.0.3", :github_tarball => "boxen/puppet-homebrew" mod "nvm", "0.0.5", :github_tarball => "boxen/puppet-nvm" mod "rbenv", "0.0.2", :github_tarball => "boxen/puppet-rbenv" -mod "ruby", "0.0.4", :github_tarball => "boxen/puppet-ruby" +mod "ruby", "0.0.5", :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 3edb2a1..b12d8a8 100644 --- a/Puppetfile.lock +++ b/Puppetfile.lock @@ -41,7 +41,7 @@ GITHUBTARBALL GITHUBTARBALL remote: boxen/puppet-ruby specs: - ruby (0.0.4) + ruby (0.0.5) GITHUBTARBALL remote: boxen/puppet-sudo @@ -57,6 +57,6 @@ DEPENDENCIES nodejs (= 0.0.1) nvm (= 0.0.5) rbenv (= 0.0.2) - ruby (= 0.0.4) + ruby (= 0.0.5) sudo (= 0.0.1) diff --git a/vendor/puppet/cache/boxen-puppet-ruby-0.0.4.tar.gz b/vendor/puppet/cache/boxen-puppet-ruby-0.0.4.tar.gz deleted file mode 100644 index ad97969..0000000 Binary files a/vendor/puppet/cache/boxen-puppet-ruby-0.0.4.tar.gz and /dev/null differ diff --git a/vendor/puppet/cache/boxen-puppet-ruby-0.0.5.tar.gz b/vendor/puppet/cache/boxen-puppet-ruby-0.0.5.tar.gz new file mode 100644 index 0000000..e83283c Binary files /dev/null and b/vendor/puppet/cache/boxen-puppet-ruby-0.0.5.tar.gz differ