diff options
| -rw-r--r-- | Gemfile.lock | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/Gemfile.lock b/Gemfile.lock index c11254f..88b0b26 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -13,11 +13,14 @@ GEM      fakeweb (1.3.0)      highline (1.6.20)      metaclass (0.0.1) +    minitest (4.7.5)      mocha (0.14.0)        metaclass (~> 0.0.1)      multi_json (1.8.2)      rake (10.1.0)      rubygems-tasks (0.2.4) +    rubysl-test-unit (2.0.3) +      minitest (~> 4.7)      simplecov (0.7.1)        multi_json (~> 1.0)        simplecov-html (~> 0.7.1) @@ -34,5 +37,6 @@ DEPENDENCIES    mocha    rake    rubygems-tasks +  rubysl-test-unit    simplecov    yard | 
