Skip to content

Commit ffe3717

Browse files
committed
fixup! Fix the comment.
There is no risk of 1.5 or any other 1.x being released, as Rails supports it.
1 parent e09de36 commit ffe3717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ MAJOR =
3434

3535
if MAJOR >= 6
3636
# Rails 6.0 specify '~> 1.4' directly in the adapter.
37-
# This is to prevent breakages when `sqlite3` 1.5.x is out.
37+
# This is to prevent breakages when `sqlite3` 2.0.0 is out.
3838
gem 'sqlite3', '~> 1.4', platforms: [:ruby]
3939
else
4040
# Rails 5.0 specify '~> 1.3.6', 5.1 and 5.2 - "~> 1.3", ">= 1.3.6" directly in the adapter.

0 commit comments

Comments
 (0)