diff --git a/Gemfile b/Gemfile index 126cb1a..ffb704d 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source "https://rubygems.org" -gem "boxen", "~> 2.0.3" +gem "boxen", "~> 2.0.4" gem "hiera", "~> 1.1" gem "librarian-puppet", "~> 0.9.9" gem "puppet", "3.3.1" diff --git a/Gemfile.lock b/Gemfile.lock index f4c413f..be1d1ea 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -75,7 +75,7 @@ PLATFORMS DEPENDENCIES aws-sdk (~> 1.21) - boxen (~> 2.0.3) + boxen (~> 2.0.4) hiera (~> 1.1) librarian-puppet (~> 0.9.9) net-ssh diff --git a/Puppetfile b/Puppetfile index 8fba99b..d146eec 100644 --- a/Puppetfile +++ b/Puppetfile @@ -29,7 +29,7 @@ end # Includes many of our custom types and providers, as well as global # config. Required. -github "boxen", "3.0.2" +github "boxen", "3.3.4" # Core modules for a basic development environment. You can replace # some/most of these if you want, but it's not recommended. @@ -39,7 +39,7 @@ github "foreman", "1.0.0" github "gcc", "2.0.1" github "git", "1.2.5" github "go", "1.0.0" -github "homebrew", "1.4.1" +github "homebrew", "1.5.1" github "hub", "1.0.3" github "inifile", "1.0.0", :repo => "puppetlabs/puppetlabs-inifile" github "nginx", "1.4.2" @@ -48,7 +48,7 @@ github "openssl", "1.0.0" github "phantomjs", "2.0.2" github "pkgconfig", "1.0.0" github "repository", "2.2.0" -github "ruby", "6.5.0" +github "ruby", "6.7.2" github "stdlib", "4.1.0", :repo => "puppetlabs/puppetlabs-stdlib" github "sudo", "1.0.0" github "xquartz", "1.1.0" diff --git a/Puppetfile.lock b/Puppetfile.lock index 2317568..a88c19e 100644 --- a/Puppetfile.lock +++ b/Puppetfile.lock @@ -1,7 +1,7 @@ GITHUBTARBALL remote: boxen/puppet-boxen specs: - boxen (3.0.2) + boxen (3.3.4) GITHUBTARBALL remote: boxen/puppet-dnsmasq @@ -31,7 +31,7 @@ GITHUBTARBALL GITHUBTARBALL remote: boxen/puppet-homebrew specs: - homebrew (1.4.1) + homebrew (1.5.1) GITHUBTARBALL remote: boxen/puppet-hub @@ -71,7 +71,7 @@ GITHUBTARBALL GITHUBTARBALL remote: boxen/puppet-ruby specs: - ruby (6.5.0) + ruby (6.7.2) GITHUBTARBALL remote: boxen/puppet-sudo @@ -94,13 +94,13 @@ GITHUBTARBALL stdlib (4.1.0) DEPENDENCIES - boxen (= 3.0.2) + boxen (= 3.3.4) dnsmasq (= 1.0.0) foreman (= 1.0.0) gcc (= 2.0.1) git (= 1.2.5) go (= 1.0.0) - homebrew (= 1.4.1) + homebrew (= 1.5.1) hub (= 1.0.3) inifile (= 1.0.0) nginx (= 1.4.2) @@ -109,7 +109,7 @@ DEPENDENCIES phantomjs (= 2.0.2) pkgconfig (= 1.0.0) repository (= 2.2.0) - ruby (= 6.5.0) + ruby (= 6.7.2) stdlib (= 4.1.0) sudo (= 1.0.0) xquartz (= 1.1.0) diff --git a/vendor/cache/aws-sdk-1.22.1.gem b/vendor/cache/aws-sdk-1.22.1.gem new file mode 100644 index 0000000..f502a0c Binary files /dev/null and b/vendor/cache/aws-sdk-1.22.1.gem differ diff --git a/vendor/cache/uuidtools-2.1.4.gem b/vendor/cache/uuidtools-2.1.4.gem new file mode 100644 index 0000000..6f59d76 Binary files /dev/null and b/vendor/cache/uuidtools-2.1.4.gem differ diff --git a/vendor/puppet/cache/boxen-puppet-boxen-3.0.2.tar.gz b/vendor/puppet/cache/boxen-puppet-boxen-3.0.2.tar.gz deleted file mode 100644 index 55e025f..0000000 Binary files a/vendor/puppet/cache/boxen-puppet-boxen-3.0.2.tar.gz and /dev/null differ diff --git a/vendor/puppet/cache/boxen-puppet-boxen-3.3.4.tar.gz b/vendor/puppet/cache/boxen-puppet-boxen-3.3.4.tar.gz new file mode 100644 index 0000000..8db5add Binary files /dev/null and b/vendor/puppet/cache/boxen-puppet-boxen-3.3.4.tar.gz differ diff --git a/vendor/puppet/cache/boxen-puppet-homebrew-1.4.1.tar.gz b/vendor/puppet/cache/boxen-puppet-homebrew-1.4.1.tar.gz deleted file mode 100644 index e361a59..0000000 Binary files a/vendor/puppet/cache/boxen-puppet-homebrew-1.4.1.tar.gz and /dev/null differ diff --git a/vendor/puppet/cache/boxen-puppet-homebrew-1.5.1.tar.gz b/vendor/puppet/cache/boxen-puppet-homebrew-1.5.1.tar.gz new file mode 100644 index 0000000..1b7fa55 Binary files /dev/null and b/vendor/puppet/cache/boxen-puppet-homebrew-1.5.1.tar.gz differ diff --git a/vendor/puppet/cache/boxen-puppet-ruby-6.5.0.tar.gz b/vendor/puppet/cache/boxen-puppet-ruby-6.5.0.tar.gz deleted file mode 100644 index 17ea52e..0000000 Binary files a/vendor/puppet/cache/boxen-puppet-ruby-6.5.0.tar.gz and /dev/null differ diff --git a/vendor/puppet/cache/boxen-puppet-ruby-6.7.2.tar.gz b/vendor/puppet/cache/boxen-puppet-ruby-6.7.2.tar.gz new file mode 100644 index 0000000..ba4d92c Binary files /dev/null and b/vendor/puppet/cache/boxen-puppet-ruby-6.7.2.tar.gz differ