Skip to content

Commit

Permalink
Update simplecov requirement from = 0.17.1, < 0.18 to = 0.21.1, < 0.22
Browse files Browse the repository at this point in the history
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.17.1...v0.21.1)

---
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 Sep 6, 2022
1 parent 35ab1a1 commit 2538473
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GEM
ast (2.4.2)
coderay (1.1.3)
concurrent-ruby (1.1.10)
docile (1.3.2)
docile (1.4.0)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
json (2.6.2)
Expand Down Expand Up @@ -42,11 +42,12 @@ GEM
rubocop-rake (0.6.0)
rubocop (~> 1.0)
ruby-progressbar (1.11.0)
simplecov (0.17.1)
simplecov (0.21.1)
docile (~> 1.1)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
test-unit (3.5.3)
power_assert
timecop (0.9.5)
Expand All @@ -65,7 +66,7 @@ DEPENDENCIES
rake (= 13.0.6)
rubocop (= 1.36.0)
rubocop-rake (= 0.6.0)
simplecov (= 0.17.1, < 0.18)
simplecov (= 0.21.1, < 0.22)
test-unit (= 3.5.3)
timecop (= 0.9.5)
yard (= 0.9.27)
Expand Down
2 changes: 1 addition & 1 deletion faker.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Gem::Specification.new do |spec|
# Workaround for cc-test-reporter with SimpleCov 0.18.
# Stop upgrading SimpleCov until the following issue will be resolved.
# https://github.com/codeclimate/test-reporter/issues/418
spec.add_development_dependency('simplecov', '0.17.1', '< 0.18')
spec.add_development_dependency('simplecov', '0.21.1', '< 0.22')
spec.add_development_dependency('test-unit', '3.5.3')
spec.add_development_dependency('timecop', '0.9.5')
spec.add_development_dependency('yard', '0.9.27')
Expand Down

0 comments on commit 2538473

Please sign in to comment.