bump simplecov
This commit is contained in:
parent
fdfb2c5134
commit
1e9b6652d7
2 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
|
@ -44,7 +44,7 @@ group :test do
|
|||
gem "nyan-cat-formatter", require: false
|
||||
|
||||
# test coverage
|
||||
gem "simplecov", "0.11.2", require: false
|
||||
gem "simplecov", "0.12.0", require: false
|
||||
gem "simplecov-rcov", "0.2.3", require: false
|
||||
gem "codeclimate-test-reporter", require: false
|
||||
|
||||
|
|
|
|||
|
|
@ -238,9 +238,9 @@ GEM
|
|||
addressable (>= 2.3.5, < 2.5)
|
||||
faraday (~> 0.8, < 0.10)
|
||||
shellany (0.0.1)
|
||||
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)
|
||||
simplecov-rcov (0.2.3)
|
||||
|
|
@ -301,7 +301,7 @@ DEPENDENCIES
|
|||
rspec-core (~> 3.5.1)
|
||||
rspec-rails (~> 3.5.1)
|
||||
rubocop (= 0.40.0)
|
||||
simplecov (= 0.11.2)
|
||||
simplecov (= 0.12.0)
|
||||
simplecov-rcov (= 0.2.3)
|
||||
spring
|
||||
spring-commands-rspec
|
||||
|
|
|
|||
Loading…
Reference in a new issue