1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #33875 from yahonda/drop_mysql_51_support

Bump MySQL version requirement to 5.5.8 in the template files

[ci skip]
This commit is contained in:
Ryuta Kamizono 2018-09-14 05:51:30 +09:00 committed by GitHub
commit 1830383833
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
# MySQL. Versions 5.1.10 and up are supported.
# MySQL. Versions 5.5.8 and up are supported.
#
# Install the MySQL driver:
# gem install activerecord-jdbcmysql-adapter

View file

@ -1,4 +1,4 @@
# MySQL. Versions 5.1.10 and up are supported.
# MySQL. Versions 5.5.8 and up are supported.
#
# Install the MySQL driver
# gem install mysql2