sync_default_gems.rb: Transform by proc

This commit is contained in:
Nobuyoshi Nakada 2023-08-30 14:59:17 +09:00
parent 2e648bfee4
commit c05737e09f
No known key found for this signature in database
GPG Key ID: 3582D74E1FEE4465

View File

@ -81,7 +81,7 @@ module SyncDefaultGems
yaml: "ruby/yaml",
yarp: ["ruby/yarp", "main"],
zlib: 'ruby/zlib',
}.transform_keys {|k| k.to_s}
}.transform_keys(&:to_s)
CLASSICAL_DEFAULT_BRANCH = "master"