From 809d3d6e9eb2a5d79b83260100b63ae613e48b90 Mon Sep 17 00:00:00 2001 From: Pierce Moore Date: Sun, 23 Feb 2014 01:39:30 -0600 Subject: [PATCH] Re-ran bundle install to update Gemfile lock --- Gemfile.lock | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Gemfile.lock b/Gemfile.lock index d154e8e..a050408 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -10,6 +10,12 @@ GEM addressable (2.3.5) atomic (1.1.14) builder (3.2.2) + coveralls (0.7.0) + multi_json (~> 1.3) + rest-client + simplecov (>= 0.7) + term-ansicolor + thor descendants_tracker (0.0.3) docile (1.1.3) faraday (0.9.0) @@ -38,6 +44,7 @@ GEM json (1.8.1) jwt (0.1.11) multi_json (>= 1.5) + mime-types (2.1) mini_portile (0.5.2) minitest (4.7.5) multi_json (1.8.4) @@ -55,6 +62,8 @@ GEM rake (10.1.1) rdoc (3.12.2) json (~> 1.4) + rest-client (1.6.7) + mime-types (>= 1.16) shoulda (3.5.0) shoulda-context (~> 1.0, >= 1.0.1) shoulda-matchers (>= 1.4.1, < 3.0) @@ -66,9 +75,12 @@ GEM multi_json simplecov-html (~> 0.8.0) simplecov-html (0.8.0) + term-ansicolor (1.3.0) + tins (~> 1.0) thor (0.18.1) thread_safe (0.1.3) atomic + tins (1.0.0) tzinfo (0.3.38) PLATFORMS @@ -76,6 +88,7 @@ PLATFORMS DEPENDENCIES bundler (~> 1.0) + coveralls highline (>= 1.5.x) jeweler (~> 2.0.1) rake (~> 10.x)