diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-07-04 15:02:27 +0200 |
---|---|---|
committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2016-07-21 12:46:49 +0200 |
commit | e18eddcb208fecd0abd9ce328a0e71f2560a0672 (patch) | |
tree | 395f8281724e24fec42d546d911d2c2b44b2f952 /Gemfile.lock | |
parent | a9f6679ac1fc90d808a3db363e6c3af2ebeac6a1 (diff) | |
download | gitlab-ce-e18eddcb208fecd0abd9ce328a0e71f2560a0672.tar.gz |
Remove unused coveralls
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 8739f8579d5..3ec11f46a5c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -668,9 +668,9 @@ GEM rufus-scheduler (>= 2.0.24) sidekiq (>= 4.0.0) simple_oauth (0.1.9) - simplecov (0.11.2) + simplecov (0.12.0) docile (~> 1.1.0) - json (~> 1.8) + json (>= 1.8, < 3) simplecov-html (~> 0.10.0) simplecov-html (0.10.0) sinatra (1.4.7) @@ -952,7 +952,7 @@ DEPENDENCIES shoulda-matchers (~> 2.8.0) sidekiq (~> 4.0) sidekiq-cron (~> 0.4.0) - simplecov (~> 0.11.0) + simplecov (~> 0.12.0) sinatra (~> 1.4.4) six (~> 0.2.0) slack-notifier (~> 1.2.0) |