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 f3f5f90 commit 08dafd0Copy full SHA for 08dafd0
README.md
@@ -73,13 +73,13 @@ end
73
74
In v1.5.0 and later, native (precompiled) gems are available for recent Ruby versions on these platforms:
75
76
-- `aarch64-linux`
77
-- `arm-linux`
+- `aarch64-linux` (requires: glibc >= 2.29)
+- `arm-linux` (requires: glibc >= 2.29)
78
- `arm64-darwin`
79
- `x64-mingw32` / `x64-mingw-ucrt`
80
-- `x86-linux`
+- `x86-linux` (requires: glibc >= 2.17)
81
- `x86_64-darwin`
82
-- `x86_64-linux`
+- `x86_64-linux` (requires: glibc >= 2.17)
83
84
If you are using one of these Ruby versions on one of these platforms, the native gem is the recommended way to install sqlite3-ruby.
85
0 commit comments