Merge pull request #259 from sankage/outdated-gemfile

update gemfile to use current boxen gem
This commit is contained in:
Will Farrington 2013-04-28 17:57:55 -07:00
commit 5c339675c8
25 changed files with 16 additions and 16 deletions

View file

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

View file

@ -1,55 +1,55 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.3.2)
addressable (2.3.4)
ansi (1.4.3)
aws-sdk (1.8.2)
json (~> 1.4)
nokogiri (>= 1.4.4)
uuidtools (~> 2.1)
boxen (1.0.1)
boxen (1.1.2)
ansi (~> 1.4)
hiera (~> 1.0.0)
highline (~> 1.6)
json_pure (>= 1.7.7, < 2.0)
librarian-puppet (~> 0.9)
librarian-puppet (~> 0.9.9)
octokit (~> 1.15)
puppet (~> 3.0)
builder (3.1.4)
facter (1.6.17)
faraday (0.8.5)
facter (1.7.0)
faraday (0.8.7)
multipart-post (~> 1.1)
faraday_middleware (0.9.0)
faraday (>= 0.7.4, < 0.9)
hashie (1.2.0)
hashie (2.0.4)
hiera (1.0.0)
highline (1.6.15)
highline (1.6.18)
json (1.7.7)
json_pure (1.7.7)
librarian-puppet (0.9.8)
librarian-puppet (0.9.9)
json
thor (~> 0.15)
multi_json (1.6.1)
multipart-post (1.1.5)
multi_json (1.7.2)
multipart-post (1.2.0)
net-ssh (2.6.5)
netrc (0.7.7)
nokogiri (1.5.6)
octokit (1.23.0)
octokit (1.24.0)
addressable (~> 2.2)
faraday (~> 0.8)
faraday_middleware (~> 0.9)
hashie (~> 1.2)
hashie (~> 2.0)
multi_json (~> 1.3)
netrc (~> 0.7.7)
open4 (1.3.0)
puppet (3.1.0)
puppet (3.1.1)
facter (~> 1.6)
hiera (~> 1.0)
rbvmomi (1.6.0)
builder
nokogiri (>= 1.4.1)
trollop
thor (0.17.0)
thor (0.18.1)
trollop (2.0)
uuidtools (2.1.3)
@ -58,7 +58,7 @@ PLATFORMS
DEPENDENCIES
aws-sdk
boxen (~> 1.0)
boxen (~> 1.1)
net-ssh
open4 (~> 1.3)
rbvmomi

Binary file not shown.

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

Binary file not shown.

Binary file not shown.

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

Binary file not shown.

Binary file not shown.

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

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/faraday-0.8.7.gem vendored Normal file

Binary file not shown.

Binary file not shown.

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

Binary file not shown.

Binary file not shown.

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

Binary file not shown.

Binary file not shown.

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

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/multipart-post-1.2.0.gem vendored Normal file

Binary file not shown.

Binary file not shown.

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

Binary file not shown.

Binary file not shown.

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

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/thor-0.18.1.gem vendored Normal file

Binary file not shown.