Skip to content

Commit b2ecdf7

Browse files
committed
Update simplecov
1 parent 19b261b commit b2ecdf7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ source 'https://rubygems.org'
44
gemspec
55

66
if RUBY_VERSION >= '2.5'
7-
gem 'simplecov', '~> 0.21.2', group: [:development]
8-
gem 'simplecov-cobertura', '~> 2.1.0', group: [:development]
7+
gem 'simplecov', '~> 0.22.0', group: [:development]
8+
gem 'simplecov-cobertura', '~> 3.1.0', group: [:development]
99
end

0 commit comments

Comments
 (0)