Commit 24b8183
committed
Unrestrict sqlite3
A (non-documented?) test prerequisite is something like
```
for f in gemfiles/*.gemfile; do BUNDLE_GEMFILE=`pwd`/"$f" bundle; done
```
If sqlite3 is restricted to `~> 1.4.0`, then (e.g.)
```
BUNDLE_GEMFILE=`pwd`/gemfiles/rails_7_0_rspec_lt_3_10.gemfile bundle
```
fails with
```
current directory: ~/.rbenv/versions/3.2.5/lib/ruby/gems/3.2.0/gems/sqlite3-1.4.4/ext/sqlite3
make DESTDIR\= sitearchdir\=./.gem.20240923-65099-u4rqxb sitelibdir\=./.gem.20240923-65099-u4rqxb
compiling aggregator.c
compiling backup.c
compiling database.c
database.c:4:5: warning: '_MSC_VER' is not defined, evaluates to 0 [-Wundef]
#if _MSC_VER
...
```
To use a newer sqlite3 improves this. To use no sqlite3 at all might
also work.1 parent 02ab80d commit 24b8183
File tree
6 files changed
+6
-6
lines changed- gemfiles
6 files changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments