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 fd5e50d commit 4d1bc78Copy full SHA for 4d1bc78
README.md
@@ -75,3 +75,11 @@ See this [sync customer example](examples/sync_customer) for how to use the API
75
* (hold) implement sync_down and test cases (conflict with ext fields validation!)
76
* (hold) add caching to rest-client layer
77
78
+### Fix sqlite crash on Mac OS Sierra
79
+```
80
+gem uninstall sqlite3
81
+bundle config build.sqlite3-ruby "--with-sqlite3-include=/usr/local/Cellar/sqlite/3.15.2/include/ --with-sqlite3-lib=/usr/local/Cellar/sqlite/3.15.2/lib"
82
+bundle install
83
84
+:wq
85
+
0 commit comments