diff options
author | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2016-07-27 10:05:57 +0200 |
---|---|---|
committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2016-07-27 10:05:57 +0200 |
commit | f00dc0fcae6cf482c1bf60065bd2c1ecfaa9748d (patch) | |
tree | 89e3c9bc3a3b14ba7ab966c9f5cd03066d6f4b27 /Gemfile.lock | |
parent | 89f46d3ae2c9586b0bd0efa165deedf09c176744 (diff) | |
download | gitlab-ce-f00dc0fcae6cf482c1bf60065bd2c1ecfaa9748d.tar.gz |
Depened on exact version of SimpleCov when patchedsimple-cov
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 3ec11f46a5c..b53deb8c233 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -952,7 +952,7 @@ DEPENDENCIES shoulda-matchers (~> 2.8.0) sidekiq (~> 4.0) sidekiq-cron (~> 0.4.0) - simplecov (~> 0.12.0) + simplecov (= 0.12.0) sinatra (~> 1.4.4) six (~> 0.2.0) slack-notifier (~> 1.2.0) |