From cddc6384602bedb58f68baeed8f9a3cb7325e019 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 13:25:25 +0000 Subject: [PATCH] Update standard requirement from ~> 1.51.1 to ~> 1.53.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.53.0) --- updated-dependencies: - dependency-name: standard dependency-version: 1.53.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..9ab47aba 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.53.0" gem.add_development_dependency "psych", "~> 3" end