New Rails Project: 'bundle install' can't install rails in gemfile

前端 未结 9 1651
不知归路
不知归路 2020-12-11 06:37

I have installed a new rails project like so:

$ rails new site

and it executes and reaches:

bundle install
<
9条回答
  •  被撕碎了的回忆
    2020-12-11 07:04

    this worked for me: sudo ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future gem install rails

提交回复
热议问题