Skip to content

Commit 41d55e4

Browse files
Merge pull request #241 from puppetlabs/dependabot/bundler/simplecov-html-0.13.1
Bump simplecov-html from 0.12.3 to 0.13.1
2 parents fa92cad + 8df6ceb commit 41d55e4

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
@@ -8,7 +8,7 @@ gem 'rake', require: false
88

99
group :test do
1010
gem 'simplecov', '~> 0.22.0'
11-
gem 'simplecov-html', '~> 0.12.3'
11+
gem 'simplecov-html', '~> 0.13.1'
1212
gem 'simplecov-lcov', '~> 0.8.0'
1313
gem 'pry'
1414
gem 'rb-readline'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ GEM
9595
docile (~> 1.1)
9696
simplecov-html (~> 0.11)
9797
simplecov_json_formatter (~> 0.1)
98-
simplecov-html (0.12.3)
98+
simplecov-html (0.13.1)
9999
simplecov-lcov (0.8.0)
100100
simplecov_json_formatter (0.1.4)
101101
strscan (3.1.0)
@@ -116,7 +116,7 @@ DEPENDENCIES
116116
rspec (~> 3.13.0)
117117
rubocop (~> 1.66)
118118
simplecov (~> 0.22.0)
119-
simplecov-html (~> 0.12.3)
119+
simplecov-html (~> 0.13.1)
120120
simplecov-lcov (~> 0.8.0)
121121
vmfloaty!
122122
webmock (~> 3.23)

0 commit comments

Comments
 (0)