From 32b79ec5865679655a4d3535ec5f97999da9d82e Mon Sep 17 00:00:00 2001 From: Azul Date: Tue, 10 Sep 2013 08:41:05 +0200 Subject: copying over skeleton from leap_ca which worked similarly --- Gemfile.lock | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 Gemfile.lock (limited to 'Gemfile.lock') diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..3b42431 --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,52 @@ +PATH + remote: . + specs: + tapicero (0.1.0) + couchrest (~> 1.1.3) + couchrest_model (~> 2.0.0.beta2) + daemons + yajl-ruby + +GEM + remote: http://rubygems.org/ + specs: + activemodel (3.2.14) + activesupport (= 3.2.14) + builder (~> 3.0.0) + activesupport (3.2.14) + i18n (~> 0.6, >= 0.6.4) + multi_json (~> 1.0) + builder (3.0.4) + couchrest (1.1.3) + mime-types (~> 1.15) + multi_json (~> 1.0) + rest-client (~> 1.6.1) + couchrest_model (2.0.0.beta2) + activemodel (~> 3.0) + couchrest (~> 1.1.3) + mime-types (~> 1.15) + tzinfo (~> 0.3.22) + daemons (1.1.9) + highline (1.6.19) + i18n (0.6.5) + metaclass (0.0.1) + mime-types (1.25) + minitest (3.2.0) + mocha (0.14.0) + metaclass (~> 0.0.1) + multi_json (1.8.0) + rake (10.1.0) + rest-client (1.6.7) + mime-types (>= 1.16) + tzinfo (0.3.37) + yajl-ruby (1.1.0) + +PLATFORMS + ruby + +DEPENDENCIES + highline + minitest (~> 3.2.0) + mocha + rake + tapicero! -- cgit v1.2.3