Skip to content

Commit 08ad5b7

Browse files
committed
Update the Compatibility section of the README
1 parent 3854d19 commit 08ad5b7

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -490,14 +490,15 @@ This gem is tested with the following Ruby versions on Linux and Mac OS X:
490490

491491
This gem is tested with the following MySQL and MariaDB versions:
492492

493-
* MySQL 5.5, 5.7
493+
* MySQL 5.5, 5.6, 5.7
494494
* MySQL Connector/C 6.0 and 6.1 (primarily on Windows)
495-
* MariaDB 5.5, 10.0
495+
* MariaDB 5.5, 10.0, 10.1
496496

497-
### Active Record
497+
### Rails / Active Record
498498

499-
* mysql2 0.2.x includes an Active Record driver compatible with AR 2.3 and 3.0
500-
* mysql2 0.3.x does not include an AR driver because it is included in AR 3.1 and above
499+
* mysql2 0.4.x works with Active Record 4.2.5 and higher.
500+
* mysql2 0.3.x works with Active Record 3.1 and higher (the AR adapter is now included in AR proper).
501+
* mysql2 0.2.x includes an Active Record adapter compatible with AR 2.3 and 3.0, and should not be used with AR 3.1 or higher.
501502

502503
### Asynchronous Active Record
503504

0 commit comments

Comments
 (0)