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 .
- Dec 11, 2019
-
-
dependabot-preview[bot] authored
Bumps [json](https://github.com/flori/json) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/flori/json/releases) - [Changelog](https://github.com/flori/json/blob/master/CHANGES.md) - [Commits](https://github.com/flori/json/commits ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
We never care about it and it's not relevant anywhere except 10.14.
-
Mike McQuaid authored
-
Gautham Goli authored
-
Gautham Goli authored
-
Gautham Goli authored
-
Mike McQuaid authored
This is most likely an old formula with bad dependency data so output the path so it can be uninstalled.
-
- Dec 10, 2019
-
-
Mike McQuaid authored
Use `runtime_formula_dependencies` which does this for us. Fixes #6827.
-
dependabot-preview[bot] authored
Bumps [parallel_tests](https://github.com/grosser/parallel_tests) from 2.29.2 to 2.30.0. - [Release notes](https://github.com/grosser/parallel_tests/releases) - [Commits](https://github.com/grosser/parallel_tests/compare/v2.29.2...v2.30.0 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
- Dec 07, 2019
-
-
Vítor Galvão authored
-
Mike McQuaid authored
-
Fred Emmott authored
fixes #6821
-
- Dec 06, 2019
-
-
Michka Popoff authored
openjdk links against this library, which is provided by glibc.
-
- Dec 05, 2019
-
-
Bob Lail authored
Brew prints this error: ``` Error: undefined method `join' for nil:NilClass ``` because, in this code: ```ruby puts pinned_dependents.map do |f| "#{f.full_specified_name} #{f.pkg_version}" end.join(", ") ``` the block is passed to `puts` and not to `map`. `.join(",")` is called on the output of `puts`. (I think the regression was introduced in this commit: e12a7b08)
-
dependabot-preview[bot] authored
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.5 to 1.10.7. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.10.5...v1.10.7 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [mustache](https://github.com/mustache/mustache) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/mustache/mustache/releases) - [Changelog](https://github.com/mustache/mustache/blob/master/HISTORY.md) - [Commits](https://github.com/mustache/mustache/compare/v1.1.0...v1.1.1 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
- Dec 04, 2019
-
-
Mike McQuaid authored
This should help with debugging why the `brew bundle` tests are now failing.
-
Steven Peters authored
-
- Dec 03, 2019
-
-
Figroc Chen authored
-
Mike McQuaid authored
This naming has always been a bit weird and confusing so let's change it and provide a `compat` fallback for later deprecation.
-
EricFromCanada authored
-
EricFromCanada authored
-
EricFromCanada authored
-
- Dec 02, 2019
-
-
Mike McQuaid authored
Sadly Apple don't seem to be providing these reliably. Fixes #6796
-
Mike McQuaid authored
-
dependabot-preview[bot] authored
Bumps [zeitwerk](https://github.com/fxn/zeitwerk) from 2.2.1 to 2.2.2. - [Release notes](https://github.com/fxn/zeitwerk/releases) - [Changelog](https://github.com/fxn/zeitwerk/blob/master/CHANGELOG.md) - [Commits](https://github.com/fxn/zeitwerk/compare/v2.2.1...v2.2.2 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
- Dec 01, 2019
-
-
Mike McQuaid authored
This verifies the cask configuration hasn't been broken.
-
Mike McQuaid authored
Broken since a RuboCop update.
-
Mike McQuaid authored
These sometimes display useful RuboCop deprecations.
-
- Nov 28, 2019
-
-
Mike McQuaid authored
-
Mike McQuaid authored
-
dependabot-preview[bot] authored
Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.76.0 to 0.77.0. - [Release notes](https://github.com/rubocop-hq/rubocop/releases) - [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.76.0...v0.77.0 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
Grant Guthrie authored
-
- Nov 27, 2019
-
-
Mike McQuaid authored
-
Mike McQuaid authored
-
dependabot-preview[bot] authored
Bumps [rubocop-rspec](https://github.com/rubocop-hq/rubocop-rspec) from 1.36.0 to 1.37.0. - [Release notes](https://github.com/rubocop-hq/rubocop-rspec/releases) - [Changelog](https://github.com/rubocop-hq/rubocop-rspec/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop-hq/rubocop-rspec/compare/v1.36.0...v1.37.0 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
Mike McQuaid authored
-
Mike McQuaid authored
If all the passed packages are currently installed then use `runtime_dependencies` to get dependency data more quickly and accurately. As discussed in https://github.com/Homebrew/brew/issues/6769.
-