Update Boxen Gem version to latest

This commit is contained in:
Peter Rhoades 2013-07-12 09:24:41 +01:00
parent 79672cb570
commit 0579dad1ae
25 changed files with 17 additions and 14 deletions

View file

@ -1,6 +1,6 @@
source "https://rubygems.org" source "https://rubygems.org"
gem "boxen", "~> 1.1" gem "boxen", "~> 1.4"
gem "open4", "~> 1.3" gem "open4", "~> 1.3"
group :development do group :development do

View file

@ -1,40 +1,41 @@
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
addressable (2.3.4) addressable (2.3.5)
ansi (1.4.3) ansi (1.4.3)
aws-sdk (1.8.2) aws-sdk (1.8.2)
json (~> 1.4) json (~> 1.4)
nokogiri (>= 1.4.4) nokogiri (>= 1.4.4)
uuidtools (~> 2.1) uuidtools (~> 2.1)
boxen (1.1.2) boxen (1.4.2)
ansi (~> 1.4) ansi (~> 1.4)
hiera (~> 1.0.0) hiera (~> 1.0)
highline (~> 1.6) highline (~> 1.6)
json_pure (>= 1.7.7, < 2.0) json_pure (>= 1.7.7, < 2.0)
librarian-puppet (~> 0.9.9) librarian-puppet (~> 0.9.9)
octokit (~> 1.15) octokit (~> 1.15)
puppet (~> 3.0) puppet (~> 3.0)
builder (3.1.4) builder (3.1.4)
facter (1.7.0) facter (1.7.2)
faraday (0.8.7) faraday (0.8.7)
multipart-post (~> 1.1) multipart-post (~> 1.1)
faraday_middleware (0.9.0) faraday_middleware (0.9.0)
faraday (>= 0.7.4, < 0.9) faraday (>= 0.7.4, < 0.9)
hashie (2.0.4) hashie (2.0.5)
hiera (1.0.0) hiera (1.2.1)
highline (1.6.18) json_pure
json (1.7.7) highline (1.6.19)
json_pure (1.7.7) json (1.8.0)
json_pure (1.8.0)
librarian-puppet (0.9.9) librarian-puppet (0.9.9)
json json
thor (~> 0.15) thor (~> 0.15)
multi_json (1.7.2) multi_json (1.7.7)
multipart-post (1.2.0) multipart-post (1.2.0)
net-ssh (2.6.5) net-ssh (2.6.5)
netrc (0.7.7) netrc (0.7.7)
nokogiri (1.5.6) nokogiri (1.5.6)
octokit (1.24.0) octokit (1.25.0)
addressable (~> 2.2) addressable (~> 2.2)
faraday (~> 0.8) faraday (~> 0.8)
faraday_middleware (~> 0.9) faraday_middleware (~> 0.9)
@ -42,13 +43,15 @@ GEM
multi_json (~> 1.3) multi_json (~> 1.3)
netrc (~> 0.7.7) netrc (~> 0.7.7)
open4 (1.3.0) open4 (1.3.0)
puppet (3.1.1) puppet (3.2.2)
facter (~> 1.6) facter (~> 1.6)
hiera (~> 1.0) hiera (~> 1.0)
rgen (~> 0.6)
rbvmomi (1.6.0) rbvmomi (1.6.0)
builder builder
nokogiri (>= 1.4.1) nokogiri (>= 1.4.1)
trollop trollop
rgen (0.6.5)
thor (0.18.1) thor (0.18.1)
trollop (2.0) trollop (2.0)
uuidtools (2.1.3) uuidtools (2.1.3)
@ -58,7 +61,7 @@ PLATFORMS
DEPENDENCIES DEPENDENCIES
aws-sdk aws-sdk
boxen (~> 1.1) boxen (~> 1.4)
net-ssh net-ssh
open4 (~> 1.3) open4 (~> 1.3)
rbvmomi rbvmomi

Binary file not shown.

BIN
vendor/cache/addressable-2.3.5.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/boxen-1.4.2.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/facter-1.7.2.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/hashie-2.0.5.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/hiera-1.2.1.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/highline-1.6.19.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/json-1.8.0.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/json_pure-1.8.0.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/multi_json-1.7.7.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/octokit-1.25.0.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/puppet-3.2.2.gem vendored Normal file

Binary file not shown.

BIN
vendor/cache/rgen-0.6.5.gem vendored Normal file

Binary file not shown.