Merge pull request #167 from puppetlabs/dependabot/bundler/simplecov-tw-0.22.0

Update simplecov requirement from ~> 0.21.2 to ~> 0.22.0
This commit is contained in:
Jake Spain 2023-04-03 08:59:50 -04:00 committed by GitHub
commit c2bfb5f34f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@ gemspec
gem 'rake', require: false
group :test do
gem 'simplecov', '~> 0.21.2'
gem 'simplecov', '~> 0.22.0'
gem 'simplecov-html', '~> 0.12.3'
gem 'simplecov-lcov', '~> 0.8.0'
gem 'pry'

View file

@ -85,7 +85,7 @@ GEM
parser (>= 3.2.1.0)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
simplecov (0.21.2)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
@ -108,7 +108,7 @@ DEPENDENCIES
rb-readline
rspec (~> 3.11.0)
rubocop (~> 1.49)
simplecov (~> 0.21.2)
simplecov (~> 0.22.0)
simplecov-html (~> 0.12.3)
simplecov-lcov (~> 0.8.0)
vmfloaty!