From 7f5bbf0e40c4ede8215e2d1df0ee7c12139a435c Mon Sep 17 00:00:00 2001 From: Porter Schutz Date: Mon, 29 Apr 2013 18:45:09 -0700 Subject: [PATCH] Update Gemfile.lock to reflect simplecov-json version bump. --- Gemfile.lock | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 Gemfile.lock diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..e3908c9 --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,32 @@ +GIT + remote: https://github.com/colszowka/simplecov + revision: d4ed33b3876fe6f1e808bed60e134e2f8adf6267 + specs: + simplecov (0.7.1) + multi_json (~> 1.0) + simplecov-html (~> 0.7.1) + +PATH + remote: . + specs: + simplecov-json (0.1.3) + json + simplecov + +GEM + remote: https://rubygems.org/ + specs: + json (1.7.7) + metaclass (0.0.1) + mocha (0.12.7) + metaclass (~> 0.0.1) + multi_json (1.3.6) + simplecov-html (0.7.1) + +PLATFORMS + ruby + +DEPENDENCIES + mocha + simplecov! + simplecov-json!