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

Commit

Permalink
trying to update dependencies to fix issues people have been experien…
Browse files Browse the repository at this point in the history
…cing
  • Loading branch information
tarebyte committed May 19, 2014
1 parent 3674e5f commit 6157fe4
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 25 deletions.
54 changes: 30 additions & 24 deletions Gemfile.lock
@@ -1,65 +1,71 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.3.5)
CFPropertyList (2.2.8)
addressable (2.3.6)
ansi (1.4.3)
boxen (2.2.0)
boxen (2.6.0)
ansi (~> 1.4)
hiera (~> 1.0)
highline (~> 1.6)
json_pure (>= 1.7.7, < 2.0)
librarian-puppet (~> 0.9.9)
octokit (~> 2.3.0)
librarian-puppet (~> 1.0.0)
octokit (~> 2.7, >= 2.7.1)
puppet (~> 3.0)
cardboard (2.1.0)
boxen (~> 2.1)
puppet-lint (~> 0.3)
puppetlabs_spec_helper (~> 0.4)
rspec-puppet (~> 1.0)
diff-lcs (1.2.5)
facter (1.7.4)
faraday (0.8.8)
multipart-post (~> 1.2.0)
hiera (1.3.0)
facter (2.0.1)
CFPropertyList (~> 2.2.6)
faraday (0.9.0)
multipart-post (>= 1.2, < 3)
hiera (1.3.2)
json_pure
highline (1.6.20)
highline (1.6.21)
json (1.8.1)
json_pure (1.8.1)
librarian-puppet (0.9.10)
json
librarian (0.1.2)
highline
thor (~> 0.15)
metaclass (0.0.1)
mocha (0.14.0)
librarian-puppet (1.0.2)
json
librarian (>= 0.1.2)
metaclass (0.0.4)
mocha (1.1.0)
metaclass (~> 0.0.1)
multipart-post (1.2.0)
octokit (2.3.1)
sawyer (~> 0.5.1)
puppet (3.4.1)
facter (~> 1.6)
multipart-post (2.0.0)
octokit (2.7.2)
sawyer (~> 0.5.2)
puppet (3.6.0)
facter (> 1.6, < 3)
hiera (~> 1.0)
json_pure
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.1.1)
rake (10.3.2)
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.7)
rspec-expectations (2.14.4)
rspec-core (2.14.8)
rspec-expectations (2.14.5)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.14.4)
rspec-mocks (2.14.6)
rspec-puppet (1.0.1)
rspec
sawyer (0.5.2)
sawyer (0.5.4)
addressable (~> 2.3.5)
faraday (~> 0.8, < 0.10)
thor (0.18.1)
thor (0.19.1)

PLATFORMS
ruby
Expand Down
2 changes: 1 addition & 1 deletion spec/fixtures/Puppetfile
@@ -1,2 +1,2 @@
mod 'boxen', '3.6.0', :github_tarball => 'boxen/puppet-boxen'
mod 'boxen', '3.6.1', :github_tarball => 'boxen/puppet-boxen'
mod 'stdlib', '4.1.0', :github_tarball => "puppetlabs/puppetlabs-stdlib"

0 comments on commit 6157fe4

Please sign in to comment.