Centos7 安装redmine的时候,执行
bundle install --without development test的时候报错
An error occurred while installing json (1.8.1)
执行
yum -y install ruby-devel后再安装就可以过了
Centos7 安装redmine的时候,执行
bundle install --without development test的时候报错
An error occurred while installing json (1.8.1)
执行
yum -y install ruby-devel后再安装就可以过了