Mstodon 4.5.6

Mastodon

v4.5.6 アップデートを忘れてた。リリースノートはこちら

$ git fetch && git checkout v4.5.6
$ bundle install
$ yarn install --immutable
$ RAILS_ENV=production bundle exec rails assets:precompile
$ RAILS_ENV=production bundle exec rails db:migrate

 

今回は baseline-browser-mapping が古いということで次も実行した。

bundle exec yarn add baseline-browser-mapping@latest --dev

 

 

以上。

関連記事