2025/03/14分のコミットです。
CHANGELOGにのったコミットは以下の通りです。
Merge pull request #54746 from Edouard-chin/ec-method-added
activesupport/lib/active_support/current_attributes.rbの修正です。
ActiveSupport::CurrentAttributes経由で追加したメソッドに対するmethod_defined?が、メソッドの定義方法によってはfalseになってしまうバグがあったのを修正しています。
Add RuboCop cache to GHA workflow templates
railties/lib/rails/generators/rails/app/templates/github/ci.yml.tt、
railties/lib/rails/generators/rails/plugin/templates/github/ci.yml.ttの修正です。
GitHub Actionsのworkflowに、RuboCopのcacheの設定を追加しています。