Bump simplecov-rcov
This commit is contained in:
parent
310d4a919b
commit
c60a8a912e
2 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
|
@ -43,7 +43,7 @@ group :test do
|
||||||
|
|
||||||
# test coverage
|
# test coverage
|
||||||
gem "simplecov", "0.21.2", require: false
|
gem "simplecov", "0.21.2", require: false
|
||||||
gem "simplecov-rcov", "0.2.3", require: false
|
gem "simplecov-rcov", "0.3.1", require: false
|
||||||
|
|
||||||
# test helpers
|
# test helpers
|
||||||
gem "json-schema-rspec", "0.0.4"
|
gem "json-schema-rspec", "0.0.4"
|
||||||
|
|
|
||||||
|
|
@ -198,9 +198,9 @@ GEM
|
||||||
simplecov-html (~> 0.11)
|
simplecov-html (~> 0.11)
|
||||||
simplecov_json_formatter (~> 0.1)
|
simplecov_json_formatter (~> 0.1)
|
||||||
simplecov-html (0.12.3)
|
simplecov-html (0.12.3)
|
||||||
simplecov-rcov (0.2.3)
|
simplecov-rcov (0.3.1)
|
||||||
simplecov (>= 0.4.1)
|
simplecov (>= 0.4.1)
|
||||||
simplecov_json_formatter (0.1.3)
|
simplecov_json_formatter (0.1.4)
|
||||||
systemu (2.6.5)
|
systemu (2.6.5)
|
||||||
terminal-table (3.0.2)
|
terminal-table (3.0.2)
|
||||||
unicode-display_width (>= 1.1.1, < 3)
|
unicode-display_width (>= 1.1.1, < 3)
|
||||||
|
|
@ -245,7 +245,7 @@ DEPENDENCIES
|
||||||
rubocop-rails (= 2.15.2)
|
rubocop-rails (= 2.15.2)
|
||||||
rubocop-rake (= 0.6.0)
|
rubocop-rake (= 0.6.0)
|
||||||
simplecov (= 0.21.2)
|
simplecov (= 0.21.2)
|
||||||
simplecov-rcov (= 0.2.3)
|
simplecov-rcov (= 0.3.1)
|
||||||
webmock (~> 3.0)
|
webmock (~> 3.0)
|
||||||
yard
|
yard
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue