加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

ruby-on-rails – Rails找不到宝石

发布时间:2020-12-17 02:25:51 所属栏目:百科 来源:网络整理
导读:当我试图启动服务器导轨时,我有 Could not find minitest-5.9.0 in any of the sources Run `bundle install` to install missing gems. 我做了gem install minitest -v 5.9.0 成功安装minitest-5.9.0 安装1个宝石 还有宝石清单 minitest (5.9.0,4.7.5) 但是
当我试图启动服务器导轨时,我有

Could not find minitest-5.9.0 in any of the sources
    Run `bundle install` to install missing gems.

我做了gem install minitest -v 5.9.0

成功安装minitest-5.9.0

安装1个宝石

还有宝石清单

minitest (5.9.0,4.7.5)

但是当我再次尝试使用rails时,我收到了同样的错误.

我怎么能解决它?

解决方法

bundle install

如果您尝试过,请尝试

bundle update

这将更新您的gem和gemfile.lock

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读