Ruby on rails 运行'gem pristine--all`。。。将提高Spring的启动性能。(实际上并没有做到这一点)

Ruby on rails 运行'gem pristine--all`。。。将提高Spring的启动性能。(实际上并没有做到这一点),ruby-on-rails,ruby,spring-gem,Ruby On Rails,Ruby,Spring Gem,我正在本地运行Rails应用程序的精简服务器。每次启动时,我都会收到以下消息: Warning: Running `gem pristine --all` to regenerate your installed gemspecs (and deleting then reinstalling your bundle if you use bundle --path) will improve the startup performance of Spring. 即使在我运行“gemprist

我正在本地运行Rails应用程序的精简服务器。每次启动时,我都会收到以下消息:

Warning: Running `gem pristine --all` to regenerate your installed gemspecs (and deleting then reinstalling your bundle if you use bundle --path) will improve the startup performance of Spring.

即使在我运行“gempristine-all”命令之后,服务器也需要很长时间才能重新启动,然后消息再次出现。为什么?我也有同样的问题。查看来自
gempristine的输出--all
我看到有几个gem被跳过,消息如下

Skipped bigdecimal-1.1.0, it is bundled with old Ruby
我手动重新安装了这些gems以删除该消息

gem uninstall bigdecimal
gem install bigdecimal

gem update——系统
清除消息对我来说很有效。

最后,一个解决方案!我刚安装了一台新电脑,但仍然出现这些错误。我刚刚卸载了所有写着“它与旧Ruby捆绑在一起”的gems,之后,
spring status
等没有再发出警告。谢谢呜呜呜!一直在看
gem pristine--所有的
警告已经很久了-谢谢你的帖子