Bump simplecov
This commit is contained in:
parent
00da9e1f4f
commit
d4998ea4ff
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -42,7 +42,7 @@ group :test do
|
||||||
gem "nyan-cat-formatter", require: false
|
gem "nyan-cat-formatter", require: false
|
||||||
|
|
||||||
# test coverage
|
# test coverage
|
||||||
gem "simplecov", "0.21.2", require: false
|
gem "simplecov", "0.22.0", require: false
|
||||||
gem "simplecov-rcov", "0.3.1", require: false
|
gem "simplecov-rcov", "0.3.1", require: false
|
||||||
|
|
||||||
# test helpers
|
# test helpers
|
||||||
|
|
|
||||||
|
|
@ -190,7 +190,7 @@ GEM
|
||||||
sawyer (0.9.2)
|
sawyer (0.9.2)
|
||||||
addressable (>= 2.3.5)
|
addressable (>= 2.3.5)
|
||||||
faraday (>= 0.17.3, < 3)
|
faraday (>= 0.17.3, < 3)
|
||||||
simplecov (0.21.2)
|
simplecov (0.22.0)
|
||||||
docile (~> 1.1)
|
docile (~> 1.1)
|
||||||
simplecov-html (~> 0.11)
|
simplecov-html (~> 0.11)
|
||||||
simplecov_json_formatter (~> 0.1)
|
simplecov_json_formatter (~> 0.1)
|
||||||
|
|
@ -241,7 +241,7 @@ DEPENDENCIES
|
||||||
rubocop (= 1.52.0)
|
rubocop (= 1.52.0)
|
||||||
rubocop-rails (= 2.19.1)
|
rubocop-rails (= 2.19.1)
|
||||||
rubocop-rake (= 0.6.0)
|
rubocop-rake (= 0.6.0)
|
||||||
simplecov (= 0.21.2)
|
simplecov (= 0.22.0)
|
||||||
simplecov-rcov (= 0.3.1)
|
simplecov-rcov (= 0.3.1)
|
||||||
webmock (~> 3.0)
|
webmock (~> 3.0)
|
||||||
yard
|
yard
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue