13.0.6(bundler::gemnotfound)

mlnl4t2r  于 2021-09-29  发布在  Java
关注(0)|答案(1)|浏览(530)

由于git安全问题,我对正在进行的一个项目进行了一些gem更新,现在我遇到了一个问题:web项目页面出现错误,无法正常工作 "Web application could not be started" 抱怨 "Could not find rake-13.0.6 in any of the sources (Bundler::GemNotFound)" (尽管存在),并且尝试运行rake(即我需要rake ts:restart)会导致标题错误:由于过时而删除,请参见编辑。
编辑:
我最终回滚了我的项目,以预更新gemfile以及ruby和rails的旧版本,但现在我又遇到了这个问题(至少不再是使用rake的问题)。这一页一直在给我答案 Could not find rake-13.0.6 in any of the sources (Bundler::GemNotFound) 错误。
当我试着跑的时候 rake ts:start 它失败并出现以下错误:

...
bind() failed on 127.0.0.1, retrying...
FATAL: bind() failed on 127.0.0.1: Address already in use

我已经尝试了很多东西,现在正在寻找如何解决这个问题的建议。

c3frrgcw

c3frrgcw1#

结果证明,我的nginx没有正确配置,它指向了现在缺少的ruby的rvm版本,我已经用rbenv版本替换了它。

相关问题