Bundle Error Middleman El-capitan
If your computer has OSX 10.11 El Capitan, and try to create middleman project then write bundle to install gems. But you can get
1 2 3 4 5 6 | |
like above error. You have to solve problem with openssl .
For fix it ;
1
| |
then you can run bundle now. For detail about this problem please look at this link
I hope helped to you .