Skip to content

Commit ea1b890

Browse files
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) <noreply@anthropic.com>
1 parent a969894 commit ea1b890

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/docs/standards/ruby.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ require:
3737
- rubocop-performance
3838

3939
AllCops:
40-
TargetRubyVersion: 3.1
40+
TargetRubyVersion: 3.4
4141
NewCops: enable
4242
Exclude:
4343
- "db/schema.rb"

0 commit comments

Comments
 (0)