Created
November 8, 2015 17:57
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Example in my case
