Update a bunch of gems

This commit is contained in:
Will Farrington 2013-10-22 15:56:30 -07:00
parent 9ed5f33bb6
commit fa853cb374
15 changed files with 43 additions and 8 deletions

13
Gemfile
View file

@ -1,10 +1,17 @@
source "https://rubygems.org"
gem "boxen", "~> 2.0.0"
gem "open4", "~> 1.3"
gem "boxen", "~> 2.0.3"
gem "hiera", "~> 1.1"
gem "librarian-puppet", "~> 0.9.9"
gem "puppet", "3.3.1"
gem "puppet-lint", "0.3.2"
gem "puppetlabs_spec_helper", "0.4.1"
gem "open4", "~> 1.3"
gem "rake", "10.0.3"
gem "rspec-puppet", "0.1.6"
group :development do
gem "aws-sdk"
gem "aws-sdk", "~> 1.21"
gem "net-ssh"
gem "rbvmomi"
end

View file

@ -3,9 +3,9 @@ GEM
specs:
addressable (2.3.5)
ansi (1.4.3)
aws-sdk (1.8.2)
aws-sdk (1.22.1)
json (~> 1.4)
nokogiri (>= 1.4.4)
nokogiri (>= 1.4.4, < 1.6.0)
uuidtools (~> 2.1)
boxen (2.0.4)
ansi (~> 1.4)
@ -16,6 +16,7 @@ GEM
octokit (~> 2.3.0)
puppet (~> 3.0)
builder (3.1.4)
diff-lcs (1.2.4)
facter (1.7.3)
faraday (0.8.8)
multipart-post (~> 1.2.0)
@ -27,6 +28,9 @@ GEM
librarian-puppet (0.9.10)
json
thor (~> 0.15)
metaclass (0.0.1)
mocha (0.14.0)
metaclass (~> 0.0.1)
multipart-post (1.2.0)
net-ssh (2.6.5)
nokogiri (1.5.6)
@ -37,24 +41,48 @@ GEM
facter (~> 1.6)
hiera (~> 1.0)
rgen (~> 0.6.5)
puppet-lint (0.3.2)
puppetlabs_spec_helper (0.4.1)
mocha (>= 0.10.5)
rake
rspec (>= 2.9.0)
rspec-puppet (>= 0.1.1)
rake (10.0.3)
rbvmomi (1.6.0)
builder
nokogiri (>= 1.4.1)
trollop
rgen (0.6.6)
rspec (2.14.1)
rspec-core (~> 2.14.0)
rspec-expectations (~> 2.14.0)
rspec-mocks (~> 2.14.0)
rspec-core (2.14.6)
rspec-expectations (2.14.3)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.14.4)
rspec-puppet (0.1.6)
rspec
sawyer (0.5.1)
addressable (~> 2.3.5)
faraday (~> 0.8, < 0.10)
thor (0.18.1)
trollop (2.0)
uuidtools (2.1.3)
uuidtools (2.1.4)
PLATFORMS
ruby
DEPENDENCIES
aws-sdk
boxen (~> 2.0.0)
aws-sdk (~> 1.21)
boxen (~> 2.0.3)
hiera (~> 1.1)
librarian-puppet (~> 0.9.9)
net-ssh
open4 (~> 1.3)
puppet (= 3.3.1)
puppet-lint (= 0.3.2)
puppetlabs_spec_helper (= 0.4.1)
rake (= 10.0.3)
rbvmomi
rspec-puppet (= 0.1.6)

Binary file not shown.

BIN
vendor/cache/diff-lcs-1.2.4.gem vendored Normal file

Binary file not shown.

BIN
vendor/cache/metaclass-0.0.1.gem vendored Normal file

Binary file not shown.

BIN
vendor/cache/mocha-0.14.0.gem vendored Normal file

Binary file not shown.

BIN
vendor/cache/puppet-lint-0.3.2.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/rake-10.0.3.gem vendored Normal file

Binary file not shown.

BIN
vendor/cache/rspec-2.14.1.gem vendored Normal file

Binary file not shown.

BIN
vendor/cache/rspec-core-2.14.6.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/rspec-mocks-2.14.4.gem vendored Normal file

Binary file not shown.

BIN
vendor/cache/rspec-puppet-0.1.6.gem vendored Normal file

Binary file not shown.

Binary file not shown.