From 73aa7721df00d28155a50bdc66ce45f201f601d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 11:52:49 +0000 Subject: [PATCH] chore: update standard requirement from ~> 1.54.0 to ~> 1.55.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.54.0...v1.55.0) --- updated-dependencies: - dependency-name: standard dependency-version: 1.55.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 894560d3..f5a81e2b 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.9.0" gem.add_development_dependency "simplecov", "~> 0.22.0" - gem.add_development_dependency "standard", "~> 1.54.0" + gem.add_development_dependency "standard", "~> 1.55.0" gem.add_development_dependency "psych", "~> 5" end