$ bundle exec rake release
bundler: failed to load command: rake (/home/runner/work/acmesmith/acmesmith/vendor/bundle/ruby/4.0.0/bin/rake)
/opt/hostedtoolcache/Ruby/4.0.1/x64/lib/ruby/gems/4.0.0/gems/bundler-2.7.2/lib/bundler/runtime.rb:317:in 'Bundler::Runtime#check_for_activated_spec!': You have already activated openssl 4.0.0, but your Gemfile requires openssl 4.0.1. Since openssl is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports openssl as a default gem. (Gem::LoadError)
https://github.com/sorah/acmesmith/actions/runs/23076658466/job/67038328683
It's noteworthy that openssl is recently often forced to include due to ruby/openssl#949 even it does not directly depend on it.