Skip to content

Upgrade to Ruby 3.4#4234

Merged
LocoDelAssembly merged 9 commits intodevelopmentfrom
ruby34
May 20, 2025
Merged

Upgrade to Ruby 3.4#4234
LocoDelAssembly merged 9 commits intodevelopmentfrom
ruby34

Conversation

@LocoDelAssembly
Copy link
Contributor

@LocoDelAssembly LocoDelAssembly commented Mar 11, 2025

No description provided.

@LocoDelAssembly
Copy link
Contributor Author

Justification for 1922b09

3.4.2 :001 > a = {
3.4.2 :002 >   a: 'test' \
3.4.2 :003 >      'test',
3.4.2 :004 >   b: 'testing' \
3.4.2 :005 >      'test',
3.4.2 :006 >   c: 'test',
3.4.2 :007 >   d: 'a test',
3.4.2 :008 >   f: 'test' \
3.4.2 :009 >      'test'
3.4.2 :010 > }
3.4.2 :011 > 
3.4.2 :012 > a.map { |k,v| v.frozen? }
 => [true, true, false, false, false] 

@LocoDelAssembly LocoDelAssembly merged commit 815c7ac into development May 20, 2025
9 checks passed
@mjy mjy deleted the ruby34 branch December 14, 2025 19:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant