Ruby 3でMastodonを走らせようとしたらActiveRecordにキーワード引数関係ぽい文句を言われて泣いている
$ bundle exec rails assets:precompile
rails aborted!
ArgumentError: wrong number of arguments (given 3, expected 2)
…/vendor/bundle/ruby/3.0.0/gems/activerecord-5.2.4.4/lib/active_record/type/adapter_specific_registry.rb:9:in `add_modifier'
…/vendor/bundle/ruby/3.0.0/gems/activerecord-5.2.4.4/lib/active_record/type.rb:27:in `add_modifier'
…/vendor/bundle/ruby/3.0.0/gems/activerecord-5.2.4.4/lib/active_record/connection_adapters/postgresql_adapter.rb:842:in `<class:PostgreSQLAdapter>'
:
activesupport/lib/active_support/core_ext/module/delegation.rb をmasterのものに入れ換えて解消
https://github.com/zunda/rails/commit/b2c3b1371c996c2d3476395ceda1625fb29d0c26