From b733a256f10bb4cd1e6d14851173f2b555d34332 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 22:58:55 +0000 Subject: [PATCH] Update standard requirement from ~> 1.12.1 to ~> 1.39.2 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.12.1...v1.39.2) --- updated-dependencies: - dependency-name: standard 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 162f2734..338c25db 100644 --- a/Gemfile +++ b/Gemfile @@ -14,5 +14,5 @@ gem "yard" gem "mutex_m" if RUBY_VERSION >= "2.6.0" - gem "standard", "~> 1.12.1" + gem "standard", "~> 1.39.2" end