mastodon.zunda.ninja is one of the many independent Mastodon servers you can use to participate in the fediverse.
Zundon is a single user instance as home of @zundan as well as a test bed for changes of the code.

Administered by:

Server stats:

1
active users

よーっしお父さん3.1.0-preview1でデプロイしちゃうぞーって

-----> Using Ruby version: ruby-3.0.2

あれれ?

Gemfile.lockどのー

RUBY VERSION
ruby 3.0.2

Psych.safe_loadにしたとこが落ちとるw

デプロイしてdb:migrateも走ったんだけど

$ heroku run bash
~ $ tootctl accounts create zunda --email zundan@gmail.com --confirmed --role admin
:
/app/vendor/bundle/ruby/3.1.0/bundler/gems/bootsnap-5fedb52badb3/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:34:in `require': cannot load such file -- net/pop (LoadError)
from /app/vendor/bundle/ruby/3.1.0/gems/zeitwerk-2.5.1/lib/zeitwerk/kernel.rb:35:in `require'
from /app/vendor/bundle/ruby/3.1.0/gems/mail-2.7.1/lib/mail/network/retriever_methods/pop3.rb:36:in `<class:POP3>'
from /app/vendor/bundle/ruby/3.1.0/gems/mail-2.7.1/lib/mail/network/retriever_methods/pop3.rb:35:in `<module:Mail>'
:

だそうですw

~ $ ruby -v -r net/pop -e 'p $LOADED_FEATURES.select{_1 =~ %r[net/pop]}'
ruby 3.1.0preview1 (2021-11-09 master 5a3b2e6141) [x86_64-linux]
["/app/vendor/ruby-3.1.0/lib/ruby/gems/3.1.0/gems/net-pop-0.1.1/lib/net/pop.rb"]

むーん?

zunda

net/popはあるけれどZeitwork謹製requireメソッドから見えないのかな?