MySQL bundle error
Created by: cboden
When I run the command
bundle install --without development test
I get an error stating that the mysql2 gem needs to be installed. My DB config is still using sqlite3 as its storage option and I do not have MySQL installed on the server, nor do I want to install it.
Can you please put a check in that if config/database.yml is not set to mysql2 that it does not need the mysql2 extension?