Skip to content

Commit

Permalink
chore(deps-dev): update simplecov requirement from ~> 0.21.2 to ~> 0.…
Browse files Browse the repository at this point in the history
…22.0

Updates the requirements on [simplecov](https://github.com/simplecov-ruby/simplecov) to permit the latest version.
- [Release notes](https://github.com/simplecov-ruby/simplecov/releases)
- [Changelog](https://github.com/simplecov-ruby/simplecov/blob/main/CHANGELOG.md)
- [Commits](simplecov-ruby/simplecov@v0.21.2...v0.22.0)

---
updated-dependencies:
- dependency-name: simplecov
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 8, 2023
1 parent 7c1b5b1 commit fe38b11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,12 @@ GEM
rubocop (~> 1.19)
ruby-progressbar (1.11.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)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.3)
simplecov_json_formatter (0.1.4)
unicode-display_width (2.1.0)
webmock (3.18.1)
addressable (>= 2.8.0)
Expand All @@ -113,7 +113,7 @@ DEPENDENCIES
rubocop (~> 1.28.2)
rubocop-rake (~> 0.6.0)
rubocop-rspec (~> 2.6)
simplecov (~> 0.21.2)
simplecov (~> 0.22.0)
webmock (~> 3.1)

BUNDLED WITH
Expand Down
2 changes: 1 addition & 1 deletion mrkt.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rubocop', '~> 1.28.2'
spec.add_development_dependency 'rubocop-rake', '~> 0.6.0'
spec.add_development_dependency 'rubocop-rspec', '~> 2.6'
spec.add_development_dependency 'simplecov', '~> 0.21.2'
spec.add_development_dependency 'simplecov', '~> 0.22.0'
spec.add_development_dependency 'webmock', '~> 3.1'
end

0 comments on commit fe38b11

Please sign in to comment.