From f4cad7de3054427bc58ed56d235ccafcbfb6ac08 Mon Sep 17 00:00:00 2001 From: Will Farrington Date: Tue, 2 Oct 2012 19:54:07 -0700 Subject: [PATCH] add librarian-puppet with 100% more amazing --- Gemfile | 2 ++ Gemfile.lock | 8 +++++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 932761a..c002e84 100644 --- a/Gemfile +++ b/Gemfile @@ -2,3 +2,5 @@ source "http://rubygems.org" gem "boxen", "0.0.0", # FIX: just during extraction/porting :path => File.expand_path("../../boxen", __FILE__) + +gem "librarian-puppet", "0.9.5" diff --git a/Gemfile.lock b/Gemfile.lock index 5d3c5af..47da4b1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,5 +1,5 @@ PATH - remote: /Users/jbarnette/boxen/boxen + remote: /Users/wfarr/boxen/boxen specs: boxen (0.0.0) ansi @@ -24,6 +24,10 @@ GEM highline (1.6.15) json (1.7.5) json_pure (1.7.5) + librarian-puppet (0.9.5) + json + puppet + thor (~> 0.15) multi_json (1.3.6) multipart-post (1.1.5) octokit (1.15.1) @@ -35,9 +39,11 @@ GEM puppet (3.0.0) facter (>= 1.6.11) hiera (>= 1.0.0rc) + thor (0.16.0) PLATFORMS ruby DEPENDENCIES boxen (= 0.0.0)! + librarian-puppet (= 0.9.5)