diff options
Diffstat (limited to 'Gemfile.lock')
| -rw-r--r-- | Gemfile.lock | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 0f46cfc2e..1182be34b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -397,6 +397,8 @@ GEM json (~> 1.8) simplecov-html (~> 0.10.0) simplecov-html (0.10.0) + simplecov-rcov (0.2.3) + simplecov (>= 0.4.1) slim (3.0.7) temple (~> 0.7.6) tilt (>= 1.3.3, < 2.1) @@ -549,7 +551,8 @@ DEPENDENCIES sdoc (~> 0.4.0) shoulda-matchers simple_form (~> 3.1.0) - simplecov (~> 0.10.0) + simplecov + simplecov-rcov slim-rails (~> 3.1) spring sqlite3 |
