Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Homebrew/brew.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. May 07, 2017
    • Mike McQuaid's avatar
      Tweak Gem vendoring. · 33f83be1
      Mike McQuaid authored
      If people have `HOMEBREW_RUBY_PATH` set then things explode in a rather
      confusing fashion. Instead, run `bundle` for them with the arguments
      that they'd want.
      
      Also, move `macho` requires into the module itself; it's a pain having
      to do everything for Bundler before requiring `pathname` which is a core
      Ruby class.
      33f83be1
    • Mike McQuaid's avatar
      Merge pull request #2597 from MikeMcQuaid/vendor-gems · 3e4547f5
      Mike McQuaid authored
      Vendor all Homebrew's gems.
      3e4547f5
    • Mike McQuaid's avatar
      Vendor all Homebrew's gems. · ee253e46
      Mike McQuaid authored
      Homebrew's actually ended up using a fair few gems. While we want to
      avoid Bundler at runtime (and this PR still does that, in fact uses
      Bundler even less at runtime than it did before) writing our own version
      to use at build-time seems redundant.
      ee253e46
  2. May 06, 2017
  3. May 05, 2017
  4. May 04, 2017
  5. May 03, 2017
  6. May 02, 2017
  7. May 01, 2017
Loading