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

Merge pull request #36251 from vishaltelangre/patch-10

[ci skip] Clarify that the minimum version of a "gem" is bumped
This commit is contained in:
Xavier Noria 2019-05-11 21:22:01 +02:00 committed by GitHub
commit 798f4a72ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -445,7 +445,7 @@ Please refer to the [Changelog][active-record] for detailed changes.
### Notable changes
* Bump the minimum sqlite3 version to 1.4.
* Bump the minimum version of the `sqlite3` gem to 1.4.
([Pull Request](https://github.com/rails/rails/pull/35844))
* Add `rails db:prepare` to create a database if it doesn't exist, and run its migrations.