[ci skip] Clarify that the minimum version of a "gem" is bumped

The previous sentence does not convey whether the minimum version of SQLite3 is bumped or the minimum version of `sqlite3` gem is bumped.
This commit is contained in:
Vishal Telangre 2019-05-11 21:09:47 +05:30
parent e8350663ad
commit de204a6746
No known key found for this signature in database
GPG Key ID: 16BA3EBD701E48D8
1 changed files with 1 additions and 1 deletions

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.