I\'m currently working on a project using:
I tried to run bundle install
but keep getting the follow
I solved it with:
sudo apt-get install libmysqlclient-dev
sudo apt-get install libpq-dev
sudo apt-get install libsqlite3-dev
sudo apt-get install libev-dev
rvm use 2.0.0
Reboot pc
If I run rails -v
shows me:
And now I can make Bundle install
I think the rails version was in conflict. I don't know why, maybe anyone can explain me.