Skip to content

Commit f407450

Browse files
Update simplecov requirement from ~> 0.21.2 to ~> 0.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 ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1258e70 commit f407450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ gemspec
77
gem 'rake', require: false
88

99
group :test do
10-
gem 'simplecov', '~> 0.21.2'
10+
gem 'simplecov', '~> 0.22.0'
1111
gem 'simplecov-html', '~> 0.12.3'
1212
gem 'simplecov-lcov', '~> 0.8.0'
1313
gem 'pry'

0 commit comments

Comments
 (0)