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. Sep 18, 2020
  2. Aug 27, 2020
    • Mike McQuaid's avatar
      Fix unvendored RubyGems · 6f311852
      Mike McQuaid authored
      - Avoid caching RubyGems in GitHub Actions `tests.yml` to catch this in
        future.
      - Run `brew doctor` in GitHub Actions `tests.yml` after installing
        RubyGems to catch this in future.
      - Ignore relevant RubyGems (and fix outdated comments)
      - Never auto-`require` RubyGems that aren't vendored.
      - Update `bundler/setup.rb`.
      6f311852
  3. Aug 20, 2020
  4. Aug 12, 2020
  5. Aug 11, 2020
  6. Aug 01, 2020
  7. Jul 08, 2020
  8. Jul 03, 2020
  9. Jul 02, 2020
  10. Jun 19, 2020
  11. Jun 18, 2020
  12. Jun 14, 2020
  13. Jun 11, 2020
  14. Jun 02, 2020
  15. May 21, 2020
  16. May 19, 2020
  17. May 18, 2020
  18. May 03, 2020
  19. Dec 18, 2019
  20. Oct 10, 2019
  21. Sep 11, 2019
    • Mike McQuaid's avatar
      prof: use ruby-prof 0.18.0 · 4b30a617
      Mike McQuaid authored
      This is the newest version that works with Ruby 2.3.
      
      Also, update the `.gitignore` to hide it while we're here.
      4b30a617
  22. May 23, 2019
  23. May 20, 2019
  24. Mar 13, 2019
  25. Mar 11, 2019
  26. Feb 22, 2019
  27. Feb 21, 2019
  28. Jan 30, 2019
  29. Jan 18, 2019
  30. Jan 04, 2019
  31. Dec 31, 2018
  32. Dec 17, 2018
  33. Nov 03, 2018
  34. Oct 25, 2018
  35. Oct 15, 2018
    • Mike McQuaid's avatar
      Vendor rubocop-rspec · 800853a2
      Mike McQuaid authored
      We aren't going to vendor its dependencies because we already require
      a systemwide installation of `rubocop` to work in your editor. This
      avoids requiring users to manually do another
      `gem install rubocop-rspec` to have their editor integration behave as
      expected.
      800853a2
  36. Sep 15, 2018
  37. Sep 13, 2018
    • Mike McQuaid's avatar
      Use Bundler to manage vendor directory · d7eca0b5
      Mike McQuaid authored
      Rather than having to manually keep track of what version each thing in
      here is and copy files around by hand on update let's use Bundler's
      standalone mode and careful use of `.gitignore` to help us do it.
      
      This means a `bundle update --standalone` will allow us to update all
      gems in vendor.
      
      We could consider vendoring other gems this way in future but I'd
      suggest only doing this for gems with no dependencies or at least gems
      with no native extensions. The only gem this applies to that we
      currently use is `ruby-prof` and I'm not convinced it's widely used
      enough to warrant vendoring for everyone. Perhaps that's another
      criteria: it should be functionality that's used by non-developer
      commands and/or normal Homebrew usage.
      d7eca0b5
Loading