Skip to content

Instantly share code, notes, and snippets.

@bbuchalter
Created May 27, 2017 22:51

Revisions

  1. bbuchalter created this gist May 27, 2017.
    11 changes: 11 additions & 0 deletions bundleconfig
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,11 @@
    ---
    BUNDLE_GEM__COC: "false"
    BUNDLE_GEM__TEST: "rspec"
    BUNDLE_CONSOLE: "pry"
    BUNDLE_JOBS: "4"
    BUNDLE_DISABLE_LOCAL_BRANCH_CHECK: "true"
    BUNDLE_PATH: "vendor/bundle"
    BUNDLE_DISABLE_SHARED_GEMS: "1"
    BUNDLE_BUILD__EVENTMACHINE: "--with-cppflags=-I/usr/local/opt/openssl/include"
    BUNDLE_GEM__MIT: "false"
    BUNDLE_MIRROR__HTTPS://RUBYGEMS__ORG/: "http://localhost:9292"