From 1c47bdab8aba4d7eaad46bb9584c9f4fd24dc383 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 22:32:59 +0000 Subject: [PATCH] chore(deps): update standard requirement from ~> 1.52.0 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.52.0...v1.53.0) --- updated-dependencies: - dependency-name: standard dependency-version: 1.53.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 53f05742..0e5f9d8f 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ gem "yard" gem "mutex_m" if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.0") - gem "standard", "~> 1.52.0" + gem "standard", "~> 1.53.0" end gem "tsort"