Skip to content

Commit 9032645

Browse files
chore: update simplecov requirement from ~> 0.17.1 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.17.1...v0.22.0) --- updated-dependencies: - dependency-name: simplecov dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fee95c6 commit 9032645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helpers/sql/opentelemetry-helpers-sql.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Gem::Specification.new do |spec|
3434
spec.add_development_dependency 'rake', '~> 13.0'
3535
spec.add_development_dependency 'rubocop', '~> 1.71.0'
3636
spec.add_development_dependency 'rubocop-performance', '~> 1.23.0'
37-
spec.add_development_dependency 'simplecov', '~> 0.17.1'
37+
spec.add_development_dependency 'simplecov', '~> 0.22.0'
3838
spec.add_development_dependency 'yard', '~> 0.9'
3939

4040
if spec.respond_to?(:metadata)

0 commit comments

Comments
 (0)