I have this in the Gemfile:
gem \'mysql2\'
But when I run bundle update, I get this error message:
An error oc
Add this in Gemfile:-
gem 'mysql2', '0.3.16'
Then:-
bundle install
After that try:-
bundle update