mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-26 05:28:40 -05:00
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:
commit
c2bfb5f34f
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue