diff options
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 9c06240..9e34544 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -23,6 +23,7 @@ GEM listen (0.5.3) lumberjack (1.0.2) method_source (0.8.1) + multi_json (1.3.7) pry (0.9.10) coderay (~> 1.0.5) method_source (~> 0.8) @@ -36,6 +37,10 @@ GEM rspec-expectations (2.12.0) diff-lcs (~> 1.1.3) rspec-mocks (2.12.0) + simplecov (0.7.1) + multi_json (~> 1.0) + simplecov-html (~> 0.7.1) + simplecov-html (0.7.1) slop (3.3.3) thor (0.16.0) tilt (1.3.3) @@ -49,5 +54,6 @@ DEPENDENCIES guard-rspec rack rspec + simplecov thor zero! |