You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,7 +107,8 @@ If you're on a platform that supports a native gem but you want to avoid using i
107
107
108
108
- If you're not using Bundler, then run `gem install sqlite3 --platform=ruby`
109
109
- If you are using Bundler
110
-
- version 2.1 or later, then you'll need to run `bundle config set force_ruby_platform true`,
110
+
- version 2.3.18 or later, you can specify [`gem "sqlite3", force_ruby_platform: true`](https://bundler.io/v2.3/man/gemfile.5.html#FORCE_RUBY_PLATFORM)
111
+
- version 2.1 or later, then you'll need to run `bundle config set force_ruby_platform true`
111
112
- version 2.0 or earlier, then you'll need to run `bundle config force_ruby_platform true`
112
113
113
114
@@ -143,6 +144,7 @@ If you would prefer to build the sqlite3-ruby gem against your system libsqlite3
143
144
144
145
PLEASE NOTE:
145
146
147
+
- you must avoid installing a precompiled native gem (see [previous section](#avoiding-the-precompiled-native-gem))
146
148
- only versions of libsqlite3 `>= 3.5.0` are supported,
147
149
- and some library features may depend on how your libsqlite3 was compiled.
0 commit comments