なるようになるブログ

読書感想文かrailsについてかrubyについてか

rails commit log流し読み(2024/11/07)

2024/11/07分のコミットです。

CHANGELOGへの追加はありませんでした。


Fix deprecation warning caused by DST

activesupport/lib/active_support/core_ext/time/compatibility.rbの修正です。

Ruby 2.4より前のバージョン向けのto_timeメソッドが返すTimeオブジェクトをtimezoneを保持しないようにした対応に関連して、処理上問題無い箇所ではdeprecateメッセージを出さないようDon't emit to_time deprecations in known-safe contextsで対応したのですが、DSTの考慮漏れがあった(DSTの影響でzoneが変わることが、あり、それを考慮出来てなかった)のを修正しています。


Add yarn.lock to allowed dirty files

tools/releaser/lib/releaser.rbの修正です。

release時に変更があっても無視するファイルの一覧にyarn.lockを追加しています。