Commit 57e5649ce8cd7fd165807de99df40d84d250d04d

Authored by John Barnette
1 parent 62a36b9065

Depend on a real gem

Showing 2 changed files with 10 additions and 16 deletions Inline Diff

source "http://rubygems.org" 1 1 source "http://rubygems.org"
2 2
gem "boxen", "0.0.0", # FIX: just during extraction/porting 3 3 gem "boxen", "~> 0.0"
:path => File.expand_path("../../boxen", __FILE__) 4 4 gem "librarian-puppet", "~> 0.9"
5
gem "librarian-puppet", "0.9.5" 6
PATH 1
remote: /Users/wfarr/boxen/boxen 2
specs: 3
boxen (0.0.0) 4
ansi 5
highline 6
json_pure 7
octokit 8
puppet 9
10
GEM 11 1 GEM
remote: http://rubygems.org/ 12 2 remote: http://rubygems.org/
specs: 13 3 specs:
addressable (2.3.2) 14 4 addressable (2.3.2)
ansi (1.4.3) 15 5 ansi (1.4.3)
6 boxen (0.0.0)
7 ansi (~> 1.4)
8 highline (~> 1.6)
9 json_pure (~> 1.7)
10 octokit (~> 1.15)
11 puppet (~> 3.0)
facter (1.6.12) 16 12 facter (1.6.12)
faraday (0.8.4) 17 13 faraday (0.8.4)
multipart-post (~> 1.1) 18 14 multipart-post (~> 1.1)
faraday_middleware (0.8.8) 19 15 faraday_middleware (0.8.8)
faraday (>= 0.7.4, < 0.9) 20 16 faraday (>= 0.7.4, < 0.9)
hashie (1.2.0) 21 17 hashie (1.2.0)
hiera (1.1.0.rc1) 22 18 hiera (1.1.0.rc1)
json 23 19 json
highline (1.6.15) 24 20 highline (1.6.15)
json (1.7.5) 25 21 json (1.7.5)
json_pure (1.7.5) 26 22 json_pure (1.7.5)
librarian-puppet (0.9.5) 27 23 librarian-puppet (0.9.5)
json 28 24 json
puppet 29 25 puppet
thor (~> 0.15) 30 26 thor (~> 0.15)
multi_json (1.3.6) 31 27 multi_json (1.3.6)
multipart-post (1.1.5) 32 28 multipart-post (1.1.5)
octokit (1.15.1) 33 29 octokit (1.15.1)
addressable (~> 2.2) 34 30 addressable (~> 2.2)
faraday (~> 0.8) 35 31 faraday (~> 0.8)
faraday_middleware (~> 0.8) 36 32 faraday_middleware (~> 0.8)
hashie (~> 1.2) 37 33 hashie (~> 1.2)
multi_json (~> 1.3) 38 34 multi_json (~> 1.3)
puppet (3.0.0) 39 35 puppet (3.0.0)
facter (>= 1.6.11) 40 36 facter (>= 1.6.11)
hiera (>= 1.0.0rc) 41 37 hiera (>= 1.0.0rc)
thor (0.16.0) 42 38 thor (0.16.0)
43 39
PLATFORMS 44 40 PLATFORMS
ruby 45 41 ruby
46 42
DEPENDENCIES 47 43 DEPENDENCIES
boxen (= 0.0.0)! 48 44 boxen (~> 0.0)