Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rails 5.2.0 mysql2 gem version #371

Open
derekpovah opened this issue Jun 8, 2018 · 0 comments · May be fixed by #372
Open

Rails 5.2.0 mysql2 gem version #371

derekpovah opened this issue Jun 8, 2018 · 0 comments · May be fixed by #372

Comments

@derekpovah
Copy link

derekpovah commented Jun 8, 2018

It looks like Rails 5.2.0 isn't happy with mysql2, ~> 0.3.18.

Gem::LoadError: Error loading the 'mysql2' Active Record adapter. Missing a gem it depends on? can't activate mysql2 (< 0.6.0, >= 0.4.4), already activated mysql2-0.3.21. Make sure all dependencies are added to Gemfile.

This does not appear to be relevant because 'mysql2, ~> 0.3.18' is hard set.

add_gem 'mysql2', '~> 0.3.18' if prefer :database, 'mysql'

@derekpovah derekpovah changed the title Rails 5.2.0 isn't happy with the mysql2 gem version Rails 5.2.0 mysql2 gem version Jun 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant