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

Bump MySQL version requirement to 5.5.8 in the template files

Follow-up #33853
This commit is contained in:
Yasuo Honda 2018-09-13 20:19:32 +00:00
parent 7454cbf7a1
commit f36e285419
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