diff options
author | 2017-10-19 01:29:42 -0700 | |
---|---|---|
committer | 2017-10-19 01:29:57 -0700 | |
commit | 8bd3630e78f50cb7539a717da2558b7db7d31c42 (patch) | |
tree | 5ddd5f584d5e027341deae7079fbfab9d4eed5d6 | |
parent | Gemfile: Fix nokogumbo build. (diff) | |
download | backend-8bd3630e78f50cb7539a717da2558b7db7d31c42.tar.gz backend-8bd3630e78f50cb7539a717da2558b7db7d31c42.tar.bz2 backend-8bd3630e78f50cb7539a717da2558b7db7d31c42.zip |
bundle/config: ensure nokogiri uses system libs.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-rw-r--r-- | .bundle/config | 5 |
1 files changed, 5 insertions, 0 deletions
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" |