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. Aug 20, 2020
  2. Aug 12, 2020
  3. Aug 11, 2020
  4. Aug 01, 2020
  5. Jul 08, 2020
  6. Jul 03, 2020
  7. Jul 02, 2020
  8. Jun 19, 2020
  9. Jun 18, 2020
  10. Jun 14, 2020
  11. Jun 11, 2020
  12. Jun 02, 2020
  13. May 21, 2020
  14. May 19, 2020
  15. May 18, 2020
  16. May 03, 2020
  17. Dec 18, 2019
  18. Oct 10, 2019
  19. Sep 11, 2019
  20. May 23, 2019
  21. May 20, 2019
  22. Mar 13, 2019
  23. Mar 11, 2019
  24. Feb 22, 2019
  25. Feb 21, 2019
  26. Jan 30, 2019
  27. Jan 18, 2019
  28. Jan 04, 2019
  29. Dec 31, 2018
  30. Dec 17, 2018
  31. Nov 03, 2018
  32. Oct 25, 2018
  33. 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.
      Unverified
      800853a2
  34. Sep 15, 2018
  35. 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.
      Unverified
      d7eca0b5
  36. Sep 06, 2018
  37. Sep 02, 2018
Loading