【发布时间】:2016-08-24 23:59:39
【问题描述】:
我在运行 bundle install 时遇到了这个错误
Gem::InstallError: The 'puma' native gem requires installed build tools.
Please update your PATH to include build tools or download the DevKit
from 'http://rubyinstaller.org/downloads' and follow the instructions
at 'http://github.com/oneclick/rubyinstaller/wiki/Development-Kit'
我正在使用已经有 DevKit 的 RailsInstaller。
我之前没有遇到过这个问题,但是我将 ruby 版本从 2.2.4 更改为 2.2.5 后似乎得到了它。我用的是windows电脑。知道如何解决这个问题吗?
【问题讨论】:
标签: ruby ruby-on-rails-4 railsinstaller-windows