ruby-on-rails – Rails 5:不建议使用`Gem.paths =`参数中的数组值

前端之家收集整理的这篇文章主要介绍了ruby-on-rails – Rails 5:不建议使用`Gem.paths =`参数中的数组值前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
构建基于actioncable的示例的websockets应用程序.启动服务器,运行耙机等时,我不断收到消息:
Array values in the parameter to `Gem.paths=` are deprecated.

在这里没有看到解决方案,但找到了一个解决方案.我想在这里发布问题和答案,以便可用.

解决方法

我在RubyGems问题#1551 here中找到答案.binstubs,bin文件夹中的文件需要更新.最好的办法是:
bundle update spring
bundle exec spring binstub --remove --all
bundle exec spring binstub --all

解决了我的问题.

原文链接:https://www.f2er.com/ruby/273920.html

猜你在找的Ruby相关文章