Bump simplecov
This commit is contained in:
parent
def91956fc
commit
6bca455b7c
2 changed files with 5 additions and 5 deletions
2
Gemfile
2
Gemfile
|
|
@ -44,7 +44,7 @@ group :test do
|
|||
gem "nyan-cat-formatter", require: false
|
||||
|
||||
# test coverage
|
||||
gem "simplecov", "0.15.1", require: false
|
||||
gem "simplecov", "0.16.1", require: false
|
||||
gem "simplecov-rcov", "0.2.3", require: false
|
||||
|
||||
# test helpers
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ GEM
|
|||
safe_yaml (~> 1.0.0)
|
||||
crass (1.0.3)
|
||||
diff-lcs (1.3)
|
||||
docile (1.1.5)
|
||||
docile (1.3.0)
|
||||
erubi (1.7.1)
|
||||
ethon (0.11.0)
|
||||
ffi (>= 1.3.0)
|
||||
|
|
@ -198,8 +198,8 @@ GEM
|
|||
addressable (>= 2.3.5, < 2.6)
|
||||
faraday (~> 0.8, < 1.0)
|
||||
shellany (0.0.1)
|
||||
simplecov (0.15.1)
|
||||
docile (~> 1.1.0)
|
||||
simplecov (0.16.1)
|
||||
docile (~> 1.1)
|
||||
json (>= 1.8, < 3)
|
||||
simplecov-html (~> 0.10.0)
|
||||
simplecov-html (0.10.2)
|
||||
|
|
@ -254,7 +254,7 @@ DEPENDENCIES
|
|||
rspec-json_expectations (~> 2.1)
|
||||
rspec-rails (~> 3.7.0)
|
||||
rubocop (= 0.54.0)
|
||||
simplecov (= 0.15.1)
|
||||
simplecov (= 0.16.1)
|
||||
simplecov-rcov (= 0.2.3)
|
||||
spring
|
||||
spring-commands-rspec
|
||||
|
|
|
|||
Loading…
Reference in a new issue