Skip to content

Instantly share code, notes, and snippets.

@nitsx2
Created June 28, 2018 07:22
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nitsx2/9f186c1dd2f68dd81ee7e3c902c35520 to your computer and use it in GitHub Desktop.
Save nitsx2/9f186c1dd2f68dd81ee7e3c902c35520 to your computer and use it in GitHub Desktop.
An error occurred while installing puma (3.6.0), and Bundler cannot continue. Make sure that `gem install puma -v '3.6.0'` succeeds before bundling.
sometime puma has problem to install.
Reason -> because of SSL
ERROR--> An error occurred while installing puma (3.6.0), and Bundler cannot continue.
Make sure that `gem install puma -v '3.6.0'` succeeds before bundling.
SOLUTION -> DISABLE_SSL=true gem install puma
Specify the version if you have version specific requirement like:
DISABLE_SSL=true gem install puma -v version_number
Explanation -> Disbale the ssl and install puma in your system.
NOTE-> If it does'nt work then do google.. lol.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment