loaderror 3a cannot load such file mysql2 2f2 7 2fmysql2

Solutions on MaxInterview for loaderror 3a cannot load such file mysql2 2f2 7 2fmysql2 by the best coders in the world

showing results for - "loaderror 3a cannot load such file mysql2 2f2 7 2fmysql2"
Noemi
08 Jun 2019
1rm Gemfile.lock
2gem uninstall mysql2
3gem install mysql2 -v '0.5.2' -- --with-mysql-config=/usr/local/Cellar/mysql@5.7/5.7.25/bin/mysql_config --with-ldflags=-L/usr/local/opt/openssl/lib --with-cppflags=-I/usr/local/opt/openssl/include --platform=ruby
4bundle install
5