From 1f16eb93e5af8a02ff51e821d8638f9c772a4612 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Dec 2022 03:22:22 +0000 Subject: [PATCH] Update simplecov requirement from ~> 0.10.0 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](https://github.com/simplecov-ruby/simplecov/compare/v0.10.0...v0.22.0) --- updated-dependencies: - dependency-name: simplecov dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- trino-client.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trino-client.gemspec b/trino-client.gemspec index 9687b898..2e23dcdb 100644 --- a/trino-client.gemspec +++ b/trino-client.gemspec @@ -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