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 .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Aug 27, 2020
-
-
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`.
-
- Aug 20, 2020
-
-
Mike McQuaid authored
- Add `--stackprof` to allow using stackprof - Use the latest version of `ruby-prof` - Automatically open the generated HTML output
-
- Aug 12, 2020
-
-
Bo Anderson authored
-
Bo Anderson authored
-
- Aug 11, 2020
-
-
Mike McQuaid authored
-
- Aug 01, 2020
-
-
vidusheeamoli authored
-
- Jul 08, 2020
-
-
Mike McQuaid authored
-
- Jul 03, 2020
-
-
vidusheeamoli authored
-
- Jul 02, 2020
-
-
Mike McQuaid authored
-
- Jun 19, 2020
-
-
rmnull authored
Having HOMEBREW_PATCHELF_RB set in the ENV, will conditionally install patchelf.rb gem, use patchelf.rb in the above mentioned methods. The installed vendored gems are listed in .gitignore to maintain a clean state.
-
- Jun 18, 2020
-
-
vidusheeamoli authored
-
- Jun 14, 2020
-
-
vidusheeamoli authored
-
- Jun 11, 2020
-
-
vidusheeamoli authored
bundler/setup: add sorbet and sorbet-runtime
-
- Jun 02, 2020
-
-
Mike McQuaid authored
-
- May 21, 2020
-
-
Mike McQuaid authored
-
- May 19, 2020
-
-
vidusheeamoli authored
-
- May 18, 2020
-
-
vidusheeamoli authored
-
- May 03, 2020
-
-
Shaun Jackman authored
-
- Dec 18, 2019
-
-
Issy Long authored
- Without this, vale won't correctly detect where the styles are.
-
- Oct 10, 2019
-
-
Mike McQuaid authored
-
- Sep 11, 2019
-
-
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.
-
- May 23, 2019
-
-
Mike McQuaid authored
This allows maintaining more settings in one place.
-
- May 20, 2019
-
-
Mike McQuaid authored
-
- Mar 13, 2019
-
-
Mike McQuaid authored
This is a clearer branding for us to use. Also, as part of testing this, make some fixes to Jekyll in the docs folder. Fixes #5835
-
- Mar 11, 2019
-
-
Mike McQuaid authored
-
- Feb 22, 2019
-
-
Mike McQuaid authored
-
- Feb 21, 2019
-
-
Mike McQuaid authored
-
Mike McQuaid authored
-
- Jan 30, 2019
-
-
Markus Reiter authored
-
- Jan 18, 2019
-
-
Chongyu Zhu authored
-
- Jan 04, 2019
-
-
Mike McQuaid authored
-
- Dec 31, 2018
-
-
Mike McQuaid authored
-
- Dec 17, 2018
-
-
Mike McQuaid authored
Exclude subdirectories and specific files. This makes adding/removing files on newly vendored versions much easier.
-
Mike McQuaid authored
-
- Nov 03, 2018
-
-
Mike McQuaid authored
-
- Oct 25, 2018
-
-
Shaun Jackman authored
-
- Oct 15, 2018
-
-
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.
-
- Sep 15, 2018
-
-
Mike McQuaid authored
-
- Sep 13, 2018
-
-
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.
-
- Sep 06, 2018
-
-
Mike McQuaid authored
Remove a bunch of unneeded, old directories and generally cleanup.
-