我运行了一个在 Ubuntu 20.04 云服务器上的官方 Discourse 安装。它是最新的(2.9.0.beta8),目前我没有遇到任何问题。不过,我有时会在执行例行升级时看到的日志中闪过的(可能无害的)警告感到好奇。刚才出现了这个:
$ bundle install --deployment --jobs 4 --without test development
[DEPRECATED] The `--deployment` flag is deprecated because it relies on being remembered across bundler invocations, which bundler will no longer do in future versions. Instead please use `bundle config set --local deployment 'true'`, and stop using this flag
[DEPRECATED] The `--without` flag is deprecated because it relies on being remembered across bundler invocations, which bundler will no longer do in future versions. Instead please use `bundle config set --local without 'test development'`, and stop using this flag
我主要想知道开发团队多久会关注这些事情,并进行底层更新,以解决这些警告。目前,我并不非常担心这些。我只是希望这些事情最终能被安排改进。
谢谢大家。我喜欢这个产品。我现在在发展我的小型社区方面遇到了一些麻烦,但我预计很快也会在这方面做出一些改变。