diff options
author | Xavier Noria <fxn@hashref.com> | 2019-05-11 21:22:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-11 21:22:01 +0200 |
commit | 798f4a72eabf8a4f96d94a6aa5470431955608b5 (patch) | |
tree | e31a2f89815adc076f655264312c864994fcc0ea /guides | |
parent | 8cc3d914b8c04a120a9c93e3fbfd444db206a18c (diff) | |
parent | de204a67467d8bbdf56de94c9af1055a7149a3f8 (diff) | |
download | rails-798f4a72eabf8a4f96d94a6aa5470431955608b5.tar.gz rails-798f4a72eabf8a4f96d94a6aa5470431955608b5.tar.bz2 rails-798f4a72eabf8a4f96d94a6aa5470431955608b5.zip |
Merge pull request #36251 from vishaltelangre/patch-10
[ci skip] Clarify that the minimum version of a "gem" is bumped
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/6_0_release_notes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/6_0_release_notes.md b/guides/source/6_0_release_notes.md index 0c15ee007e..1b37bf50e1 100644 --- a/guides/source/6_0_release_notes.md +++ b/guides/source/6_0_release_notes.md @@ -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. |