Skip to content

Instantly share code, notes, and snippets.

@antifuchs
Created October 9, 2014 22:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save antifuchs/081f48a65f65df68c7e7 to your computer and use it in GitHub Desktop.
Save antifuchs/081f48a65f65df68c7e7 to your computer and use it in GitHub Desktop.
antifuchs' bundler environment
  • Your Bundler configuration settings (run bundle config)
Settings are listed in order of priority. The top value will be used.
build.thrift
Set for the current user (/Users/asf/.bundle/config): "--with-cppflags=-D_FORTIFY_SOURCE=0"

jobs
Set for the current user (/Users/asf/.bundle/config): "8"

without
Set for your local app (/Users/asf/stripe/bundler-without-bug/.bundle/config): "unclear"
  • What version of bundler you are using (run bundle -v)

Bundler version 1.7.2

  • What version of Ruby you are using (run ruby -v)

ruby 1.9.3p547 (2014-05-14 revision 45962) [x86_64-darwin14.0.0]

  • What version of Rubygems you are using (run gem -v)

1.8.23.2

  • Whether you are using RVM, and if so what version (run rvm -v)

No, using rbenv.

  • Whether you have the rubygems-bundler gem, which can break gem executables (run gem list rubygems-bundler)

Not installed.

  • Whether you have the open_gem gem, which can cause rake activation conflicts (run gem list open_gem)

Not installed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment