On Sat, 12 Jan 2019 at 23:36, fugee ohu <
fuge...@gmail.com> wrote:
>
> How do I know which mysql2 gem version I need to use? Do they follow releases of rails and should I try to use the version that most closely matches my rails version? Also, how do I know which ruby version to use?
If this is an existing app then for gems just run bundle install and
it will install the version specified in Gemfile.lock
If you are upgrading then you can look at the gems changelog and see
if you need to update it.
Coln