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:
parent
7454cbf7a1
commit
f36e285419
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue