From a94ccc3d9240df5b077c4fb65f1b0521674d47d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 12:14:38 +0000 Subject: [PATCH] Update standard requirement from ~> 1.51.1 to ~> 1.52.0 Updates the requirements on [standard](https://github.com/standardrb/standard) to permit the latest version. - [Release notes](https://github.com/standardrb/standard/releases) - [Changelog](https://github.com/standardrb/standard/blob/main/CHANGELOG.md) - [Commits](https://github.com/standardrb/standard/compare/v1.51.1...v1.52.0) --- updated-dependencies: - dependency-name: standard dependency-version: 1.52.0 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 25064a14..b03c2f04 100644 --- a/trino-client.gemspec +++ b/trino-client.gemspec @@ -31,6 +31,6 @@ Gem::Specification.new do |gem| gem.add_development_dependency "webmock", ["~> 3.0"] gem.add_development_dependency "addressable", "~> 2.8.1" # 2.5.0 doesn't support Ruby 1.9.3 gem.add_development_dependency "simplecov", "~> 0.22.0" - gem.add_development_dependency "standard", "~> 1.51.1" + gem.add_development_dependency "standard", "~> 1.52.0" gem.add_development_dependency "psych", "~> 3" end