Upgrade Ruby to latest (3.2.2 -> 3.4.7)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user