Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.

Commit

Permalink
Update dependecies
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael Mendonça França committed Jun 7, 2014
1 parent 32c95ac commit e5203ed
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 41 deletions.
86 changes: 47 additions & 39 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.3.4)
CFPropertyList (2.2.8)
addressable (2.3.6)
ansi (1.4.3)
boxen (1.3.0)
boxen (1.5.2)
ansi (~> 1.4)
hiera (~> 1.0)
highline (~> 1.6)
Expand All @@ -16,57 +17,64 @@ GEM
puppet-lint (~> 0.3)
puppetlabs_spec_helper (~> 0.4)
rspec-puppet (~> 0.1)
diff-lcs (1.2.4)
facter (1.7.1)
faraday (0.8.7)
multipart-post (~> 1.1)
faraday_middleware (0.9.0)
faraday (>= 0.7.4, < 0.9)
hashie (2.0.5)
hiera (1.2.1)
diff-lcs (1.2.5)
facter (2.0.1)
CFPropertyList (~> 2.2.6)
faraday (0.9.0)
multipart-post (>= 1.2, < 3)
faraday_middleware (0.9.1)
faraday (>= 0.7.4, < 0.10)
hashie (2.1.1)
hiera (1.3.3)
json_pure
highline (1.6.19)
json (1.8.0)
json_pure (1.8.0)
librarian-puppet (0.9.9)
json
highline (1.6.21)
json (1.8.1)
json_pure (1.8.1)
librarian (0.1.2)
highline
thor (~> 0.15)
metaclass (0.0.1)
mocha (0.14.0)
metaclass (~> 0.0.1)
multi_json (1.7.5)
multipart-post (1.2.0)
librarian-puppet (0.9.17)
json
librarian (>= 0.1.2)
multi_json (1.10.1)
multipart-post (2.0.0)
netrc (0.7.7)
octokit (1.24.0)
octokit (1.25.0)
addressable (~> 2.2)
faraday (~> 0.8)
faraday_middleware (~> 0.9)
hashie (~> 2.0)
multi_json (~> 1.3)
netrc (~> 0.7.7)
puppet (3.2.1)
facter (~> 1.6)
puppet (3.6.1)
facter (> 1.6, < 3)
hiera (~> 1.0)
rgen (~> 0.6)
json_pure
rgen (~> 0.6.5)
puppet-lint (0.3.2)
puppetlabs_spec_helper (0.4.1)
mocha (>= 0.10.5)
puppetlabs_spec_helper (0.5.0)
puppet
puppet-lint
rake
rspec (>= 2.9.0)
rspec-puppet (>= 0.1.1)
rake (10.0.4)
rgen (0.6.2)
rspec (2.13.0)
rspec-core (~> 2.13.0)
rspec-expectations (~> 2.13.0)
rspec-mocks (~> 2.13.0)
rspec-core (2.13.1)
rspec-expectations (2.13.0)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.13.1)
rspec
rspec-puppet
rake (10.3.2)
rgen (0.6.6)
rspec (3.0.0)
rspec-core (~> 3.0.0)
rspec-expectations (~> 3.0.0)
rspec-mocks (~> 3.0.0)
rspec-core (3.0.0)
rspec-support (~> 3.0.0)
rspec-expectations (3.0.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.0.0)
rspec-mocks (3.0.0)
rspec-support (~> 3.0.0)
rspec-puppet (0.1.6)
rspec
thor (0.18.1)
rspec-support (3.0.0)
thor (0.19.1)

PLATFORMS
ruby
Expand Down
4 changes: 2 additions & 2 deletions spec/fixtures/Puppetfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
mod 'boxen', '0.0.26', :github_tarball => 'boxen/puppet-boxen'
mod 'stdlib', '3.0.0', :github_tarball => "puppetlabs/puppetlabs-stdlib"
mod 'boxen', '3.6.1', :github_tarball => 'boxen/puppet-boxen'
mod 'stdlib', '4.1.0', :github_tarball => 'puppetlabs/puppetlabs-stdlib'

0 comments on commit e5203ed

Please sign in to comment.