Skip to content

Do not bundle install without mysql when mysql is installed

Toon Claes requested to merge tc-not-without-mysql into master

For testing purposes mysql might be used, so instead of having people editing .bundle/config and rerunning bundler to install the mysql gem, just install it. The cost of having it installed is lower then needing to install it manually.

Closes #350 (closed).

Edited by Toon Claes

Merge request reports