Bump simplecov
This commit is contained in:
parent
e72939a37f
commit
9d2dceac5f
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -45,7 +45,7 @@ group :test do
|
|||
|
||||
# test coverage
|
||||
gem "codeclimate-test-reporter", "~> 1.0.0", require: false
|
||||
gem "simplecov", "0.12.0", require: false
|
||||
gem "simplecov", "0.13.0", require: false
|
||||
gem "simplecov-rcov", "0.2.3", require: false
|
||||
|
||||
# test helpers
|
||||
|
|
|
|||
|
|
@ -243,7 +243,7 @@ GEM
|
|||
addressable (>= 2.3.5, < 2.6)
|
||||
faraday (~> 0.8, < 1.0)
|
||||
shellany (0.0.1)
|
||||
simplecov (0.12.0)
|
||||
simplecov (0.13.0)
|
||||
docile (~> 1.1.0)
|
||||
json (>= 1.8, < 3)
|
||||
simplecov-html (~> 0.10.0)
|
||||
|
|
@ -311,7 +311,7 @@ DEPENDENCIES
|
|||
rspec-core (~> 3.5.1)
|
||||
rspec-rails (~> 3.5.1)
|
||||
rubocop (= 0.47.1)
|
||||
simplecov (= 0.12.0)
|
||||
simplecov (= 0.13.0)
|
||||
simplecov-rcov (= 0.2.3)
|
||||
spring
|
||||
spring-commands-rspec
|
||||
|
|
|
|||
Loading…
Reference in a new issue