Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save wicky-andrian/95136ae63826ce43ba15 to your computer and use it in GitHub Desktop.
Save wicky-andrian/95136ae63826ce43ba15 to your computer and use it in GitHub Desktop.
About Issue Mysql2 cannot bundle install in rails -v 4.x.x
do it ..
gem 'mysql2', '~> 0.3.18' this gem works with rails version 4.x.x
if install gem 'mysql2', '~> 0.4.0' it produces gem load error
referense
https://github.com/rails/rails/issues/21544
@wicky-andrian
Copy link
Author

Example in my case
mysql issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment