Bump simplecov

This commit is contained in:
Benjamin Neff 2023-06-11 16:52:48 +02:00
parent 00da9e1f4f
commit d4998ea4ff
No known key found for this signature in database
GPG key ID: 971464C3F1A90194
2 changed files with 3 additions and 3 deletions

View file

@ -42,7 +42,7 @@ group :test do
gem "nyan-cat-formatter", require: false
# test coverage
gem "simplecov", "0.21.2", require: false
gem "simplecov", "0.22.0", require: false
gem "simplecov-rcov", "0.3.1", require: false
# test helpers

View file

@ -190,7 +190,7 @@ GEM
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
simplecov (0.21.2)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
@ -241,7 +241,7 @@ DEPENDENCIES
rubocop (= 1.52.0)
rubocop-rails (= 2.19.1)
rubocop-rake (= 0.6.0)
simplecov (= 0.21.2)
simplecov (= 0.22.0)
simplecov-rcov (= 0.3.1)
webmock (~> 3.0)
yard