diff --git a/Puppetfile b/Puppetfile index 1cc8f41..68dc255 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.22", :github_tarball => "boxen/puppet-boxen" +mod "boxen", "0.0.26", :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 9740c5f..096d4b7 100644 --- a/Puppetfile.lock +++ b/Puppetfile.lock @@ -1,7 +1,7 @@ GITHUBTARBALL remote: boxen/puppet-boxen specs: - boxen (0.0.22) + boxen (0.0.26) GITHUBTARBALL remote: boxen/puppet-dnsmasq @@ -64,7 +64,7 @@ GITHUBTARBALL stdlib (3.0.0) DEPENDENCIES - boxen (= 0.0.22) + boxen (= 0.0.26) dnsmasq (= 0.0.1) git (= 0.0.2.4) homebrew (= 0.0.9) diff --git a/vendor/puppet/cache/boxen-puppet-boxen-0.0.22.tar.gz b/vendor/puppet/cache/boxen-puppet-boxen-0.0.22.tar.gz deleted file mode 100644 index 22e47e6..0000000 Binary files a/vendor/puppet/cache/boxen-puppet-boxen-0.0.22.tar.gz and /dev/null differ diff --git a/vendor/puppet/cache/boxen-puppet-boxen-0.0.26.tar.gz b/vendor/puppet/cache/boxen-puppet-boxen-0.0.26.tar.gz new file mode 100644 index 0000000..c09e5c2 Binary files /dev/null and b/vendor/puppet/cache/boxen-puppet-boxen-0.0.26.tar.gz differ