Commit 21cfaf9
Pin sqlite3 to ~> 1.4 for Rails 6.x compatibility
Rails 6.0/6.1 requires sqlite3 ~> 1.4, but without a constraint in the
gemspec, bundler resolves sqlite3 2.x on Ruby 3.0+ which is incompatible.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent c3b578f commit 21cfaf9
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments