File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ source 'https://rubygems.org'
44gemspec
55
66gem 'simplecov'
7- gem 'simplecov-lcov' , '~> 0.8 .0'
7+ gem 'simplecov-lcov' , '~> 0.9 .0'
88gem 'rake' , '~> 13.0'
99gem 'rspec' , '~> 3.0'
1010gem 'rubocop-klaustopher' , git : 'https://github.com/klaustopher/rubocop-config'
Original file line number Diff line number Diff line change 8686 simplecov-html (~> 0.11 )
8787 simplecov_json_formatter (~> 0.1 )
8888 simplecov-html (0.12.3 )
89- simplecov-lcov (0.8 .0 )
89+ simplecov-lcov (0.9 .0 )
9090 simplecov_json_formatter (0.1.4 )
9191 tzinfo (2.0.6 )
9292 concurrent-ruby (~> 1.0 )
@@ -107,7 +107,7 @@ DEPENDENCIES
107107 rspec (~> 3.0 )
108108 rubocop-klaustopher !
109109 simplecov
110- simplecov-lcov (~> 0.8 .0 )
110+ simplecov-lcov (~> 0.9 .0 )
111111 webmock
112112
113113BUNDLED WITH
You can’t perform that action at this time.
0 commit comments