diff --git a/Puppetfile b/Puppetfile index 30c9690..a3d27da 100644 --- a/Puppetfile +++ b/Puppetfile @@ -10,7 +10,7 @@ # Core modules for a basic development environment. # You can replace some/most of those if you want, but it's not recommended. -mod "boxen", "0.0.20", :github_tarball => "boxen/puppet-boxen" +mod "boxen", "0.0.21", :github_tarball => "boxen/puppet-boxen" mod "dnsmasq", "0.0.1", :github_tarball => "boxen/puppet-dnsmasq" mod "git", "0.0.2.4", :github_tarball => "boxen/puppet-git" mod "hub", "0.0.1", :github_tarball => "boxen/puppet-hub" diff --git a/Puppetfile.lock b/Puppetfile.lock index f7e30c6..92638a4 100644 --- a/Puppetfile.lock +++ b/Puppetfile.lock @@ -1,7 +1,7 @@ GITHUBTARBALL remote: boxen/puppet-boxen specs: - boxen (0.0.20) + boxen (0.0.21) GITHUBTARBALL remote: boxen/puppet-dnsmasq @@ -64,7 +64,7 @@ GITHUBTARBALL stdlib (3.0.0) DEPENDENCIES - boxen (= 0.0.20) + boxen (= 0.0.21) dnsmasq (= 0.0.1) git (= 0.0.2.4) homebrew (= 0.0.8) diff --git a/vendor/puppet/cache/boxen-puppet-boxen-0.0.20.tar.gz b/vendor/puppet/cache/boxen-puppet-boxen-0.0.20.tar.gz deleted file mode 100644 index 16aa122..0000000 Binary files a/vendor/puppet/cache/boxen-puppet-boxen-0.0.20.tar.gz and /dev/null differ diff --git a/vendor/puppet/cache/boxen-puppet-boxen-0.0.21.tar.gz b/vendor/puppet/cache/boxen-puppet-boxen-0.0.21.tar.gz new file mode 100644 index 0000000..949b5ed Binary files /dev/null and b/vendor/puppet/cache/boxen-puppet-boxen-0.0.21.tar.gz differ