-
Notifications
You must be signed in to change notification settings - Fork 21.8k
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
Support mysql2 0.4.0, first release with prepared statements support #21536
Conversation
Known failure on Ruby 2.3/trunk: brianmario/mysql2#671
(@rails-bot has picked a reviewer for you, use r? to override) |
Unrelated build failure with |
Yeah. Already working in a fix. |
Fixed |
|
Support mysql2 0.4.0, first release with prepared statements support
@@ -90,7 +90,7 @@ platforms :ruby do | |||
group :db do | |||
gem 'pg', '>= 0.18.0' | |||
gem 'mysql', '>= 2.9.0' | |||
gem 'mysql2', '>= 0.3.18' | |||
gem 'mysql2', '>= 0.4.0', github: 'brianmario/mysql2' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the github reference required so that ruby-head tests pass?
@jeremy Added a few comments post-merge, we can pick this or another issue to follow-up on :) |
The github ref is because it was just before you pushed a gem :) Will
|
Broadens AR gem requirement from
~> 0.3.18
to>= 0.3.18, < 0.5
Known failure on Ruby 2.3/trunk: brianmario/mysql2#671