Skip to content

Commit 5e6abb9

Browse files
authored
Merge pull request #60 from klaustopher/depfu/update/simplecov-lcov-0.9.0
Update simplecov-lcov 0.8.0 → 0.9.0 (major)
2 parents caa4f57 + 947b149 commit 5e6abb9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ source 'https://rubygems.org'
44
gemspec
55

66
gem 'simplecov'
7-
gem 'simplecov-lcov', '~> 0.8.0'
7+
gem 'simplecov-lcov', '~> 0.9.0'
88
gem 'rake', '~> 13.0'
99
gem 'rspec', '~> 3.0'
1010
gem 'rubocop-klaustopher', git: 'https://github.com/klaustopher/rubocop-config'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ GEM
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

113113
BUNDLED WITH

0 commit comments

Comments
 (0)