Bump simplecov

This commit is contained in:
Dennis Schubert 2016-02-09 17:02:39 +01:00 committed by Steffen van Bergerem
parent 98949e3afd
commit ed2564d76d
2 changed files with 3 additions and 3 deletions

View file

@ -246,7 +246,7 @@ group :development do
gem "pry-byebug" gem "pry-byebug"
# test coverage # test coverage
gem "simplecov", "0.11.1", require: false gem "simplecov", "0.11.2", require: false
end end
group :test do group :test do

View file

@ -694,7 +694,7 @@ GEM
simple_captcha2 (0.4.0) simple_captcha2 (0.4.0)
rails (>= 4.1) rails (>= 4.1)
simple_oauth (0.3.1) simple_oauth (0.3.1)
simplecov (0.11.1) simplecov (0.11.2)
docile (~> 1.1.0) docile (~> 1.1.0)
json (~> 1.8) json (~> 1.8)
simplecov-html (~> 0.10.0) simplecov-html (~> 0.10.0)
@ -889,7 +889,7 @@ DEPENDENCIES
sidekiq (= 3.4.2) sidekiq (= 3.4.2)
sidetiq (= 0.6.3) sidetiq (= 0.6.3)
simple_captcha2 (= 0.4.0) simple_captcha2 (= 0.4.0)
simplecov (= 0.11.1) simplecov (= 0.11.2)
sinatra (= 1.4.7) sinatra (= 1.4.7)
sinon-rails (= 1.15.0) sinon-rails (= 1.15.0)
spring (= 1.6.1) spring (= 1.6.1)