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