Upgrade Ruby to latest (3.2.2 -> 3.4.7)

This commit is contained in:
Joshua Young
2025-11-13 20:31:57 +05:30
parent 4d17e16fdb
commit ebbcfc39e4
3 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ AllCops:
- 'tmp/**/*'
- 'tools/**/*'
- 'doc/**/*'
TargetRubyVersion: 3.0
TargetRubyVersion: <%= File.read(".ruby-version").strip[/^(\d+\.\d+)/, 1] || raise("Ruby version not found") %>
NewCops: enable
Layout/LineLength: