Bump simplecov
This commit is contained in:
parent
b3bcd99a05
commit
fcc3bf7234
2 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
|
@ -47,7 +47,7 @@ group :test do
|
||||||
gem "nyan-cat-formatter", require: false
|
gem "nyan-cat-formatter", require: false
|
||||||
|
|
||||||
# test coverage
|
# test coverage
|
||||||
gem "simplecov", "0.16.1", require: false
|
gem "simplecov", "0.17.1", require: false
|
||||||
gem "simplecov-rcov", "0.2.3", require: false
|
gem "simplecov-rcov", "0.2.3", require: false
|
||||||
|
|
||||||
# test helpers
|
# test helpers
|
||||||
|
|
|
||||||
|
|
@ -48,7 +48,7 @@ GEM
|
||||||
safe_yaml (~> 1.0.0)
|
safe_yaml (~> 1.0.0)
|
||||||
crass (1.0.5)
|
crass (1.0.5)
|
||||||
diff-lcs (1.3)
|
diff-lcs (1.3)
|
||||||
docile (1.3.1)
|
docile (1.3.2)
|
||||||
erubi (1.9.0)
|
erubi (1.9.0)
|
||||||
ethon (0.12.0)
|
ethon (0.12.0)
|
||||||
ffi (>= 1.3.0)
|
ffi (>= 1.3.0)
|
||||||
|
|
@ -202,7 +202,7 @@ GEM
|
||||||
addressable (>= 2.3.5)
|
addressable (>= 2.3.5)
|
||||||
faraday (> 0.8, < 2.0)
|
faraday (> 0.8, < 2.0)
|
||||||
shellany (0.0.1)
|
shellany (0.0.1)
|
||||||
simplecov (0.16.1)
|
simplecov (0.17.1)
|
||||||
docile (~> 1.1)
|
docile (~> 1.1)
|
||||||
json (>= 1.8, < 3)
|
json (>= 1.8, < 3)
|
||||||
simplecov-html (~> 0.10.0)
|
simplecov-html (~> 0.10.0)
|
||||||
|
|
@ -258,7 +258,7 @@ DEPENDENCIES
|
||||||
rspec-rails (~> 3.8.0)
|
rspec-rails (~> 3.8.0)
|
||||||
rubocop (= 0.75.1)
|
rubocop (= 0.75.1)
|
||||||
rubocop-rails (= 2.3.2)
|
rubocop-rails (= 2.3.2)
|
||||||
simplecov (= 0.16.1)
|
simplecov (= 0.17.1)
|
||||||
simplecov-rcov (= 0.2.3)
|
simplecov-rcov (= 0.2.3)
|
||||||
spring
|
spring
|
||||||
spring-commands-rspec
|
spring-commands-rspec
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue