美文网首页
ruby版本报错

ruby版本报错

作者: 落叶05 | 来源:发表于2018-04-03 14:20 被阅读0次

报错:

How to fix “Your Ruby version is 2.3.0, but your Gemfile specified 2.2.5”

解决办法:切换到指定的Ruby版本

If you have already installed 2.2.5 and set as current ruby version, but still showing the same error even if the Ruby version 2.3.0 is not even installed, then just install the bundler.

gem install bundler

and then:

bundle install

相关文章

网友评论

      本文标题:ruby版本报错

      本文链接:https://www.haomeiwen.com/subject/uznqhftx.html