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 Aug 9, 2021
1 parent 7364988 commit 8ec44db
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ GEM
ast (2.4.2)
coderay (1.1.3)
concurrent-ruby (1.1.8)
docile (1.3.2)
docile (1.4.0)
i18n (1.8.10)
concurrent-ruby (~> 1.0)
json (2.3.0)
method_source (1.0.0)
minitest (5.14.4)
parallel (1.20.1)
Expand All @@ -39,11 +38,12 @@ GEM
rubocop-ast (1.8.0)
parser (>= 3.0.1.1)
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.3)
test-unit (3.4.4)
power_assert
timecop (0.9.4)
Expand All @@ -59,7 +59,7 @@ DEPENDENCIES
pry (= 0.14.1)
rake (= 13.0.6)
rubocop (= 1.18.4)
simplecov (= 0.17.1, < 0.18)
simplecov (= 0.21.1, < 0.22)
test-unit (= 3.4.4)
timecop (= 0.9.4)
yard (= 0.9.26)
Expand Down
2 changes: 1 addition & 1 deletion faker.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,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.4.4')
spec.add_development_dependency('timecop', '0.9.4')
spec.add_development_dependency('yard', '0.9.26')
Expand Down

0 comments on commit 8ec44db

Please sign in to comment.