Issue
Building native extensions. This could take a while...
ERROR: Error installing puma:
ERROR: Failed to build gem native extension.
Click to show/hide complete log
Solution for Puma < 6.0
PUMA_DISABLE_SSL=true gem install puma -v "5.6.7"
If you’re facing issue with bundle install
Run
export PUMA_DISABLE_SSL=1
bundle install
Solution for Puma > 6.0
PUMA_DISABLE_SSL=1 gem install puma -v "6.2.1"
If you’re facing issue with bundle install
Run
export PUMA_DISABLE_SSL=1
bundle install