Mastodon 4.2.11

Mastodon

アップデートの通知が来てた。

 

いつもどおり次のコマンドを実行してアップデート完了。

sudo su - mastodon
cd ./live
git fetch && git checkout v4.2.11
bundle install
yarn install --frozen-lockfile
RAILS_ENV=production bundle exec rails assets:precompile