2022/12/24分のコミットです。
CHANGELOGへの追加はありませんでした。
Revert "Focus editor after calling fill_in_rich_text_area"
fill_in_rich_text_areaメソッド実行時に、rich-text editorにフォーカスがあたるよう修正した、Focus editor after calling fill_in_rich_text_areaをRevertしています。Trix Editorにはfocusメソッドが実装されておらず、エラーになってしまう為。
Merge pull request #46800 from the-spectator/prefer_local_env
Rails.env.development? || Rails.env.test?を使用していた箇所を、Rails.env.local?を使用するよう修正しています。
Use BUNDLE_ONLY: rubocop suported since Bundler 2.3.19
.github/workflows/rubocop.ymlの修正です。
CIでrubocop実行時にrubocopの実行に必要なgemのみインストールするよう修正しています。