Skip to content

Commit

Permalink
Update simplecov requirement from = 0.17.1 to = 0.21.2
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.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Mar 11, 2021
1 parent 71f3b74 commit edaedd5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions Gemfile.lock
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.3.5)
i18n (1.8.9)
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.4.1)
parser (>= 2.7.1.5)
ruby-progressbar (1.11.0)
simplecov (0.17.1)
simplecov (0.21.2)
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.2)
test-unit (3.4.0)
power_assert
timecop (0.9.4)
Expand All @@ -59,7 +59,7 @@ DEPENDENCIES
pry (= 0.14.0)
rake (= 13.0.3)
rubocop (= 1.11.0)
simplecov (= 0.17.1)
simplecov (= 0.21.2)
test-unit (= 3.4.0)
timecop (= 0.9.4)
yard (= 0.9.26)
Expand Down
2 changes: 1 addition & 1 deletion faker.gemspec
Expand Up @@ -33,7 +33,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency('pry', '0.14.0')
spec.add_development_dependency('rake', '13.0.3')
spec.add_development_dependency('rubocop', '1.11.0')
spec.add_development_dependency('simplecov', '0.17.1')
spec.add_development_dependency('simplecov', '0.21.2')
spec.add_development_dependency('test-unit', '3.4.0')
spec.add_development_dependency('timecop', '0.9.4')
spec.add_development_dependency('yard', '0.9.26')
Expand Down

0 comments on commit edaedd5

Please sign in to comment.