add librarian-puppet with 100% more amazing
This commit is contained in:
parent
9963359218
commit
f4cad7de30
2 changed files with 9 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -2,3 +2,5 @@ source "http://rubygems.org"
|
||||||
|
|
||||||
gem "boxen", "0.0.0", # FIX: just during extraction/porting
|
gem "boxen", "0.0.0", # FIX: just during extraction/porting
|
||||||
:path => File.expand_path("../../boxen", __FILE__)
|
:path => File.expand_path("../../boxen", __FILE__)
|
||||||
|
|
||||||
|
gem "librarian-puppet", "0.9.5"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
PATH
|
PATH
|
||||||
remote: /Users/jbarnette/boxen/boxen
|
remote: /Users/wfarr/boxen/boxen
|
||||||
specs:
|
specs:
|
||||||
boxen (0.0.0)
|
boxen (0.0.0)
|
||||||
ansi
|
ansi
|
||||||
|
@ -24,6 +24,10 @@ GEM
|
||||||
highline (1.6.15)
|
highline (1.6.15)
|
||||||
json (1.7.5)
|
json (1.7.5)
|
||||||
json_pure (1.7.5)
|
json_pure (1.7.5)
|
||||||
|
librarian-puppet (0.9.5)
|
||||||
|
json
|
||||||
|
puppet
|
||||||
|
thor (~> 0.15)
|
||||||
multi_json (1.3.6)
|
multi_json (1.3.6)
|
||||||
multipart-post (1.1.5)
|
multipart-post (1.1.5)
|
||||||
octokit (1.15.1)
|
octokit (1.15.1)
|
||||||
|
@ -35,9 +39,11 @@ GEM
|
||||||
puppet (3.0.0)
|
puppet (3.0.0)
|
||||||
facter (>= 1.6.11)
|
facter (>= 1.6.11)
|
||||||
hiera (>= 1.0.0rc)
|
hiera (>= 1.0.0rc)
|
||||||
|
thor (0.16.0)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
boxen (= 0.0.0)!
|
boxen (= 0.0.0)!
|
||||||
|
librarian-puppet (= 0.9.5)
|
||||||
|
|
Loading…
Reference in a new issue