:tada: New Commit! :tada:
[update time] 6/3/2017, 3:11:13 AM(JST)
bump rails version in Gemfile: '~> 5.0.0' -> '~> 5.1.0' (#3523)
https://github.com/tootsuite/mastodon/commit/18fe77084f8695efce4f2b94917af0a34d3ef5b0
はい "Update Gemfile for using Rails5.1.x" / https://github.com/tootsuite/mastodon/pull/3523
何が起こっていたかというと、Rails.cacheにActiveModelがシリアライズされて入っている訳なのだけどRails5.0のキャッシュが残っている結果Rails5.1で読み込めなくなっていた。
じさばどん