LoginSignup
1
0

More than 3 years have passed since last update.

【Rails】fail to bundle install puma 4.3.5 ~~ でbundle installが落ちた話

Posted at

bundle installでpumaのインストールに失敗して若干ハマったのでメモ

経緯と結果

bundle install 時に以下のエラーが発生

fail to bundle install puma 4.3.5 or gem puma with ruby-2.6.6 on macos-10.15.6 [duplicate]

↓のコマンドを実行後にbundle installしたらうまくいきました

$ bundle config build.puma --with-cflags="-Wno-error=implicit-function-declaration"

原因とか良く分からんから少しもやもや・・😇

詳しい人いたら教えてください〜

参考記事

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0