Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

bundle config --local gemfile /foo/bar/MyGemfile now works #3320

Merged
merged 1 commit into from
Jan 12, 2015

Commits on Dec 23, 2014

  1. bundle config --local gemfile /foo/bar/MyGemfile now works

    - `bundle config` can be used to set a custom gemfile name for a
      project (specifying an absolute path)
    - using other bundle commands will now search up parent directories
      for a .bundle dir and use the gemfile specified in .bundle/config if
      it is set
    - does not require a file named 'Gemfile' to exist
    - Revert "Correct bundle-config manpage"
      This reverts commit 0a81457.
    - An added bonus: you can now both set and *delete* a global bundler
      setting from *anywhere*: `bundle config --delete foo`
    dholdren committed Dec 23, 2014
    Configuration menu
    Copy the full SHA
    d1c0f0b View commit details
    Browse the repository at this point in the history