感觉更新到Ruby2.7以后docker build mastodon的速度慢了十分钟左右
@dimlau 是的,每次bundle install也是一大堆,看了一下大部分提示都是建议修改传参方式,好像是Ruby2.7的变动,现在mastodon用的算是个兼容模式,长期它总得解决这些warning
https://www.ruby-lang.org/en/news/2019/12/12/separation-of-positional-and-keyword-arguments-in-ruby-3-0/
@mashiro 我升级到 2.7.0 之后 ssh 每次执行命令都显示一大堆冗余信息……类似:
```
/home/mastodon/live/vendor/bundle/ruby/2.7.0/gems/chewy-5.1.0/lib/chewy/fields/root.rb:16: warning: The called method `update_options!' is defined here
```