diff --git a/Gemfile.lock b/Gemfile.lock index 738f1d9..07c980f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,11 +3,11 @@ GEM specs: addressable (2.3.2) ansi (1.4.3) - aws-sdk (1.8.1.3) + aws-sdk (1.8.2) json (~> 1.4) nokogiri (>= 1.4.4) uuidtools (~> 2.1) - boxen (1.0.0) + boxen (1.0.1) ansi (~> 1.4) hiera (~> 1.0.0) highline (~> 1.6) diff --git a/Puppetfile b/Puppetfile index 3b5b701..52cf240 100644 --- a/Puppetfile +++ b/Puppetfile @@ -16,7 +16,7 @@ end # Includes many of our custom types and providers, as well as global # config. Required. -github "boxen", "1.0.0" +github "boxen", "1.0.2" # Core modules for a basic development environment. You can replace # some/most of these if you want, but it's not recommended. diff --git a/Puppetfile.lock b/Puppetfile.lock index f6e7b38..4e7115f 100644 --- a/Puppetfile.lock +++ b/Puppetfile.lock @@ -1,7 +1,7 @@ GITHUBTARBALL remote: boxen/puppet-boxen specs: - boxen (1.0.0) + boxen (1.0.2) GITHUBTARBALL remote: boxen/puppet-dnsmasq @@ -64,7 +64,7 @@ GITHUBTARBALL stdlib (3.0.0) DEPENDENCIES - boxen (= 1.0.0) + boxen (= 1.0.2) dnsmasq (= 1.0.0) gcc (= 1.0.0) git (= 1.0.0) diff --git a/vendor/cache/aws-sdk-1.8.1.3.gem b/vendor/cache/aws-sdk-1.8.1.3.gem deleted file mode 100644 index 1d21398..0000000 Binary files a/vendor/cache/aws-sdk-1.8.1.3.gem and /dev/null differ diff --git a/vendor/cache/aws-sdk-1.8.2.gem b/vendor/cache/aws-sdk-1.8.2.gem new file mode 100644 index 0000000..23c460c Binary files /dev/null and b/vendor/cache/aws-sdk-1.8.2.gem differ diff --git a/vendor/cache/boxen-1.0.0.gem b/vendor/cache/boxen-1.0.0.gem deleted file mode 100644 index e7a0426..0000000 Binary files a/vendor/cache/boxen-1.0.0.gem and /dev/null differ diff --git a/vendor/cache/boxen-1.0.1.gem b/vendor/cache/boxen-1.0.1.gem new file mode 100644 index 0000000..8ee0175 Binary files /dev/null and b/vendor/cache/boxen-1.0.1.gem differ diff --git a/vendor/puppet/cache/boxen-puppet-boxen-1.0.0.tar.gz b/vendor/puppet/cache/boxen-puppet-boxen-1.0.0.tar.gz deleted file mode 100644 index 4cfc374..0000000 Binary files a/vendor/puppet/cache/boxen-puppet-boxen-1.0.0.tar.gz and /dev/null differ diff --git a/vendor/puppet/cache/boxen-puppet-boxen-1.0.2.tar.gz b/vendor/puppet/cache/boxen-puppet-boxen-1.0.2.tar.gz new file mode 100644 index 0000000..75d4613 Binary files /dev/null and b/vendor/puppet/cache/boxen-puppet-boxen-1.0.2.tar.gz differ