You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have upgraded to Fedora-44 with ruby-4.0.1 and gem 4.0.6. I have $ mco find /home/seriv/.local/share/gem/ruby/gems/choria-mcorpc-support-2.26.5/lib/mcollective/monkey_patches.rb:138:in '<class:SSLContext>': can't modify frozen Hash: {verify_mode: 1, verify_hostname: true, options: 2147614800} (FrozenError) from /home/seriv/.local/share/gem/ruby/gems/choria-mcorpc-support-2.26.5/lib/mcollective/monkey_patches.rb:136:in '<top (required)>' from /home/seriv/.local/share/gem/ruby/gems/choria-mcorpc-support-2.26.5/lib/mcollective.rb:14:in 'Kernel#require' from /home/seriv/.local/share/gem/ruby/gems/choria-mcorpc-support-2.26.5/lib/mcollective.rb:14:in '<top (required)>' from /home/seriv/.local/share/gem/ruby/gems/choria-mcorpc-support-2.26.5/bin/mco:7:in 'Kernel#require' from /home/seriv/.local/share/gem/ruby/gems/choria-mcorpc-support-2.26.5/bin/mco:7:in '<top (required)>' from /home/seriv/bin/mco:25:in 'Kernel#load' from /home/seriv/bin/mco:25:in '<main>'
I think the file monkey_patches.rb needs at least duplication of the frozen Hash before attempting to modify it.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have upgraded to Fedora-44 with ruby-4.0.1 and gem 4.0.6. I have
$ mco find /home/seriv/.local/share/gem/ruby/gems/choria-mcorpc-support-2.26.5/lib/mcollective/monkey_patches.rb:138:in '<class:SSLContext>': can't modify frozen Hash: {verify_mode: 1, verify_hostname: true, options: 2147614800} (FrozenError) from /home/seriv/.local/share/gem/ruby/gems/choria-mcorpc-support-2.26.5/lib/mcollective/monkey_patches.rb:136:in '<top (required)>' from /home/seriv/.local/share/gem/ruby/gems/choria-mcorpc-support-2.26.5/lib/mcollective.rb:14:in 'Kernel#require' from /home/seriv/.local/share/gem/ruby/gems/choria-mcorpc-support-2.26.5/lib/mcollective.rb:14:in '<top (required)>' from /home/seriv/.local/share/gem/ruby/gems/choria-mcorpc-support-2.26.5/bin/mco:7:in 'Kernel#require' from /home/seriv/.local/share/gem/ruby/gems/choria-mcorpc-support-2.26.5/bin/mco:7:in '<top (required)>' from /home/seriv/bin/mco:25:in 'Kernel#load' from /home/seriv/bin/mco:25:in '<main>'I think the file monkey_patches.rb needs at least duplication of the frozen Hash before attempting to modify it.
Sergey
Beta Was this translation helpful? Give feedback.
All reactions