我正在开发一个 Sinatra 应用程序。rackup
在使用or启动服务器的地方shotgun
,我收到以下消息:
Doing `require 'backports'` is deprecated and will not load any backport in the next major release.
Require just the needed backports instead, or 'backports/latest'.
我不需要在我的应用程序的任何地方进行反向移植。稍微查了一下,好像和linux内核有关(?)。我在 Manjaro 上运行它。
这是我应该担心的事情吗?如何修复这个?