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.

Revisions

  1. atitan revised this gist Sep 30, 2021. 1 changed file with 5 additions and 3 deletions.
    8 changes: 5 additions & 3 deletions macOS bundler config
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,9 @@
    # ~/.bundle/config

    ---
    BUNDLE_BUILD__MYSQL2: "--with-opt-dir=/usr/local/opt/openssl"
    BUNDLE_BUILD__FFI: "-Wno-error=implicit-function-declaration"
    BUNDLE_BUILD__PG: "-Wno-error=implicit-function-declaration"
    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"
  2. atitan revised this gist Sep 30, 2021. 1 changed file with 5 additions and 1 deletion.
    6 changes: 5 additions & 1 deletion macOS bundler config
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,7 @@
    # ~/.bundle/config

    ---
    BUNDLE_BUILD__MYSQL2: "--with-opt-dir=/usr/local/opt/openssl"
    BUNDLE_JOBS: "4"
    BUNDLE_BUILD__FFI: "-Wno-error=implicit-function-declaration"
    BUNDLE_BUILD__PG: "-Wno-error=implicit-function-declaration"
    BUNDLE_JOBS: "8"
  3. atitan created this gist May 26, 2020.
    3 changes: 3 additions & 0 deletions macOS bundler config
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    ---
    BUNDLE_BUILD__MYSQL2: "--with-opt-dir=/usr/local/opt/openssl"
    BUNDLE_JOBS: "4"