Skip to content

Instantly share code, notes, and snippets.

@atitan
Last active September 30, 2021 10:31
Show Gist options
  • Save atitan/18a7db410fc4575563d7ea39294ad2c9 to your computer and use it in GitHub Desktop.
Save atitan/18a7db410fc4575563d7ea39294ad2c9 to your computer and use it in GitHub Desktop.
# ~/.bundle/config
---
BUNDLE_BUILD__MYSQL2: "--with-opt-dir=/usr/local/opt/[email protected]"
BUNDLE_BUILD__PUMA: "--with-opt-dir=/usr/local/opt/[email protected]"
BUNDLE_BUILD__THIN: "--with-cflags=-Wno-error=implicit-function-declaration"
BUNDLE_BUILD__FFI: "--with-cflags=-Wno-error=implicit-function-declaration"
BUNDLE_BUILD__PG: "--with-cflags=-Wno-error=implicit-function-declaration"
BUNDLE_JOBS: "8"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment