From 8bd3630e78f50cb7539a717da2558b7db7d31c42 Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Thu, 19 Oct 2017 01:29:42 -0700 Subject: bundle/config: ensure nokogiri uses system libs. Signed-off-by: Robin H. Johnson --- .bundle/config | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .bundle/config diff --git a/.bundle/config b/.bundle/config new file mode 100644 index 0000000..613b95a --- /dev/null +++ b/.bundle/config @@ -0,0 +1,5 @@ +--- +BUNDLE_DISABLE_SHARED_GEMS: "true" +BUNDLE_BUILD__NOKOGIRI: "--use-system-libraries" +BUNDLE_PATH: "vendor/bundle" +BUNDLE_FROZEN: "1" -- cgit v1.2.3-65-gdbad