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 .
- Mar 20, 2020
-
-
dependabot-preview[bot] authored
Bumps [activesupport](https://github.com/rails/rails) from 6.0.2.1 to 6.0.2.2. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v6.0.2.2/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v6.0.2.1...v6.0.2.2 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
Issy Long authored
manpages: Run `brew man` after `brew bundle` Whalebrew inclusion
-
Issy Long authored
- This was added in https://github.com/Homebrew/homebrew-bundle/pull/656 but the subcommand docs were never updated here, causing failures on other, unrelated `brew` PRs.
-
- Mar 16, 2020
-
-
Mike McQuaid authored
build: bump parallel_tests from 2.31.0 to 2.32.0 in /Library/Homebrew
-
Mike McQuaid authored
-
dependabot-preview[bot] authored
Bumps [parallel_tests](https://github.com/grosser/parallel_tests) from 2.31.0 to 2.32.0. - [Release notes](https://github.com/grosser/parallel_tests/releases) - [Commits](https://github.com/grosser/parallel_tests/compare/v2.31.0...v2.32.0 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
Mike McQuaid authored
audit: throttle awscli@1 instead of awscli
-
Mike McQuaid authored
build: bump rspec-expectations from 3.9.0 to 3.9.1 in /Library/Homebrew
-
Mike McQuaid authored
ARGV: Deprecate ARGV.ignore_deps?
-
Mike McQuaid authored
ARGV: Deprecate ARGV.keep_tmp?
-
dependabot-preview[bot] authored
Bumps [rspec-expectations](https://github.com/rspec/rspec-expectations) from 3.9.0 to 3.9.1. - [Release notes](https://github.com/rspec/rspec-expectations/releases) - [Changelog](https://github.com/rspec/rspec-expectations/blob/master/Changelog.md) - [Commits](https://github.com/rspec/rspec-expectations/compare/v3.9.0...v3.9.1 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
Sam Ford authored
-
- Mar 15, 2020
-
-
Issy Long authored
[Linux] Remove `--skip-style` flag from `brew merge-homebrew` docs
-
Gautham G authored
-
Issy Long authored
- This flag was removed (inverted to `--style`) in https://github.com/Homebrew/homebrew-linux-dev/pull/160.
-
Gautham G authored
-
Mike McQuaid authored
ARGV: Deprecate ARGV.git?
-
Gautham G authored
-
Mike McQuaid authored
rubocops/patches: suggest url with full_index=1
-
Mike McQuaid authored
ARGV: Deprecate ARGV.interactive?
-
Alexander Bayandin authored
-
Issy Long authored
bump-formula-pr: ignore --version argument if equal to detected version
-
Gautham G authored
-
Mike McQuaid authored
rubocop: enable Style/TrailingBodyOnMethodDefinition.
-
Mike McQuaid authored
This is default, more consistent with Ruby style and autocorrectable. I have updated the usage in Homebrew/core to be consistent.
-
Mike McQuaid authored
build: bump rubyzip from 2.2.0 to 2.3.0 in /docs
-
Mike McQuaid authored
rubocop: adjust rules.
-
- Mar 14, 2020
-
-
dependabot-preview[bot] authored
Bumps [rubyzip](https://github.com/rubyzip/rubyzip) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/rubyzip/rubyzip/releases) - [Changelog](https://github.com/rubyzip/rubyzip/blob/master/Changelog.md) - [Commits](https://github.com/rubyzip/rubyzip/compare/v2.2.0...v2.3.0 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
rubocop: set LineLength to 118.
-
Dawid Dziurla authored
-
- Mar 13, 2020
-
-
Jonathan Chang authored
diagnostic: add doctor check for CPU arch on Linux
-
Jonathan Chang authored
Co-Authored-By:
Mike McQuaid <mike@mikemcquaid.com>
-
Mike McQuaid authored
GitHub diff UI wraps beyond 118 characters. This also allows enabling `Style/IfUnlessModifier` (which autocorrects).
-
- Mar 12, 2020
-
-
Mike McQuaid authored
diagnostic: check homebrew-core git status.
-
Mike McQuaid authored
upgrade: suggest full_name when appropriate.
-
Mike McQuaid authored
Also look in Homebrew/homebrew-core for uncommitted files (in some ways we care about uncommitted stuff there more than Homebrew/brew). Also, list all the modified files even when on non-CI to make it easier for users to figure out their own issues and check the contents of the whole repos rather than just a subdirectory. In general this is a cleanup that should have been done long ago (when we split Homebrew/brew and Homebrew/homebrew-core).
-
Mike McQuaid authored
Otherwise `brew install foo/bar/baz` when an older version of `baz` is installed will tell you to run `brew upgrade baz` which won't work.
-