Solution for problem "An error occurred while installing mysql2 (0.3.11), and Bundler cannot continue."

Sometimes occurs an error 
"An error occurred while installing mysql2 (0.3.11),
 and Bundler cannot continue." ,
 when trying to bundle install.

In such case just do the following and problem will be solved.
sudo apt-get install mysql-client libmysqlclient-dev

Comments