We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e09de36 commit ffe3717Copy full SHA for ffe3717
Gemfile
@@ -34,7 +34,7 @@ MAJOR =
34
35
if MAJOR >= 6
36
# Rails 6.0 specify '~> 1.4' directly in the adapter.
37
- # This is to prevent breakages when `sqlite3` 1.5.x is out.
+ # This is to prevent breakages when `sqlite3` 2.0.0 is out.
38
gem 'sqlite3', '~> 1.4', platforms: [:ruby]
39
else
40
# Rails 5.0 specify '~> 1.3.6', 5.1 and 5.2 - "~> 1.3", ">= 1.3.6" directly in the adapter.
0 commit comments