Installing Bundle Mysql
Installing bundle MySQL fails in Ubuntu:
An error occurred while installing mysql2 (0.3.13), and Bundler cannot continue. Make sure that gem install mysql2 -v '0.3.13' succeeds before bundling.
To solve simply add missing dependencies:
sudo apt-get install libmysql-ruby libmysqlclient-dev
Reference: