aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorVishal Telangre <the@vishaltelangre.com>2019-05-11 21:09:47 +0530
committerVishal Telangre <the@vishaltelangre.com>2019-05-12 00:08:00 +0530
commitde204a67467d8bbdf56de94c9af1055a7149a3f8 (patch)
treeee7aabe6a2c28df00ace75c6f8963cddbf3c9a6d /guides
parente8350663ad7c4bd9f8f724d0e82b2a48f5acfee4 (diff)
downloadrails-de204a67467d8bbdf56de94c9af1055a7149a3f8.tar.gz
rails-de204a67467d8bbdf56de94c9af1055a7149a3f8.tar.bz2
rails-de204a67467d8bbdf56de94c9af1055a7149a3f8.zip
[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.
Diffstat (limited to 'guides')
-rw-r--r--guides/source/6_0_release_notes.md2
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 cb3ea7737c..9ff2d71e22 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.