Skip to content

Commit

Permalink
Update simplecov requirement from ~> 0.10.0 to ~> 0.22.0 (#83)
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.10.0...v0.22.0)

---
updated-dependencies:
- dependency-name: simplecov
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 27, 2022
1 parent d82433f commit 8e46420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trino-client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ Gem::Specification.new do |gem|
gem.add_development_dependency "rspec", ["~> 2.13.0"]
gem.add_development_dependency "webmock", ["~> 3.0"]
gem.add_development_dependency "addressable", ["~> 2.4.0"] # 2.5.0 doesn't support Ruby 1.9.3
gem.add_development_dependency "simplecov", ["~> 0.10.0"]
gem.add_development_dependency "simplecov", "~> 0.22.0"
gem.add_development_dependency "standard", "~> 1.12.1"
end

0 comments on commit 8e46420

Please sign in to comment.