From ea1b8900486bf75fd25cf6aa297c3be4b5eaa807 Mon Sep 17 00:00:00 2001 From: Matthew Mellor Date: Mon, 27 Apr 2026 11:36:00 -0500 Subject: [PATCH] chore(standards): bump TargetRubyVersion to 3.4 The dev-toolchain container now ships Ruby 3.4.9 (v1.9.0 release). Update the recommended `.rubocop.yml` example so consumers default to the matching TargetRubyVersion. Co-Authored-By: Claude Opus 4.7 (1M context) --- content/docs/standards/ruby.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/standards/ruby.md b/content/docs/standards/ruby.md index ffc5483..ceba9b6 100644 --- a/content/docs/standards/ruby.md +++ b/content/docs/standards/ruby.md @@ -37,7 +37,7 @@ require: - rubocop-performance AllCops: - TargetRubyVersion: 3.1 + TargetRubyVersion: 3.4 NewCops: enable Exclude: - "db/schema.rb"