Skip to content

Commit c2bfb5f

Browse files
authored
Merge pull request #167 from puppetlabs/dependabot/bundler/simplecov-tw-0.22.0
Update simplecov requirement from ~> 0.21.2 to ~> 0.22.0
2 parents 64f7185 + 9de7ef1 commit c2bfb5f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ gemspec
77
gem 'rake', require: false
88

99
group :test do
10-
gem 'simplecov', '~> 0.21.2'
10+
gem 'simplecov', '~> 0.22.0'
1111
gem 'simplecov-html', '~> 0.12.3'
1212
gem 'simplecov-lcov', '~> 0.8.0'
1313
gem 'pry'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ GEM
8585
parser (>= 3.2.1.0)
8686
ruby-progressbar (1.13.0)
8787
ruby2_keywords (0.0.5)
88-
simplecov (0.21.2)
88+
simplecov (0.22.0)
8989
docile (~> 1.1)
9090
simplecov-html (~> 0.11)
9191
simplecov_json_formatter (~> 0.1)
@@ -108,7 +108,7 @@ DEPENDENCIES
108108
rb-readline
109109
rspec (~> 3.11.0)
110110
rubocop (~> 1.49)
111-
simplecov (~> 0.21.2)
111+
simplecov (~> 0.22.0)
112112
simplecov-html (~> 0.12.3)
113113
simplecov-lcov (~> 0.8.0)
114114
vmfloaty!

0 commit comments

Comments
 (0)