Skip to content

Commit

Permalink
Bump simplecov from 0.21.2 to 0.22.0
Browse files Browse the repository at this point in the history
Bumps [simplecov](https://github.com/simplecov-ruby/simplecov) from 0.21.2 to 0.22.0.
- [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 Dec 26, 2022
1 parent ac3f4db commit f99d12e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ group :development do
gem 'rack-test', '~> 2.0'
gem 'rake', '~> 13.0'
gem 'rspec', '~> 3.12'
gem 'simplecov', '~> 0.21.2'
gem 'simplecov', '~> 0.22.0'
gem 'timecop', '~> 0.9.6'
gem 'yard', '~> 0.9.28'
end
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ GEM
connection_pool (2.3.0)
daemons (1.4.0)
diff-lcs (1.5.0)
docile (1.3.4)
docile (1.4.0)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
et-orbi (1.2.7)
Expand Down Expand Up @@ -88,12 +88,12 @@ GEM
sidekiq-cron (1.9.1)
fugit (~> 1.8)
sidekiq (>= 4.2.1)
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.2)
simplecov_json_formatter (0.1.4)
sinatra (3.0.5)
mustermann (~> 3.0)
rack (~> 2.2, >= 2.2.4)
Expand Down Expand Up @@ -139,7 +139,7 @@ DEPENDENCIES
ruby-filemagic (~> 0.7.3)
sidekiq (~> 6.5)
sidekiq-cron (~> 1.9)
simplecov (~> 0.21.2)
simplecov (~> 0.22.0)
sinatra (~> 3.0)
thin (~> 1.8)
timecop (~> 0.9.6)
Expand Down

0 comments on commit f99d12e

Please sign in to comment.