+++ date = "2017-08-22" tags = ["mastodon"] title = "mastodon 1.4-1.5" slug = "mastodon" +++ 1.4から1.5は自分の場合だけど以下の手順でアップデートできた。 ```bash # Aptfile -> libidn11-dev の行を削除してpush $ heroku run rake db:migrate -a $APP_NAME heroku Cannot run more than 1 Free size dynos. $ heroku kill DYNO --app $APP_NAME $ heroku run rake db:migrate -a $APP_NAME $ heroku run rake assets:precompile -a $APP_NAME $ heroku ps:restart -a $APP_NAME ```