Bootsnap breaks `Ractor.make_shareable`ed proc · Issue #376 · rails/bootsnap
I made sure the issue is in bootsnap Bootsnap changes Ractor.make_shareableed proc's behavior. Steps to reproduce # Gemfile source 'https://rubygems.org' gem 'bootsnap' # test1.rb require 'bootsnap...