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 .
- Apr 30, 2019
-
-
Mike McQuaid authored
-
Mike McQuaid authored
-
dependabot[bot] authored
Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.67.2 to 0.68.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.67.2...v0.68.0 ) Signed-off-by:
dependabot[bot] <support@dependabot.com>
-
- Apr 29, 2019
-
-
Mike McQuaid authored
Freeze more strings
-
Mike McQuaid authored
build: bump backports from 3.13.0 to 3.14.0 in /Library/Homebrew
-
Mike McQuaid authored
Freeze the results changed in #6072.
-
Mike McQuaid authored
-
Mike McQuaid authored
build: bump parser from 2.6.2.1 to 2.6.3.0 in /Library/Homebrew
-
dependabot[bot] authored
Bumps [parser](https://github.com/whitequark/parser) from 2.6.2.1 to 2.6.3.0. - [Release notes](https://github.com/whitequark/parser/releases) - [Changelog](https://github.com/whitequark/parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/whitequark/parser/compare/v2.6.2.1...v2.6.3.0 ) Signed-off-by:
dependabot[bot] <support@dependabot.com>
-
dependabot[bot] authored
Bumps [backports](https://github.com/marcandre/backports) from 3.13.0 to 3.14.0. - [Release notes](https://github.com/marcandre/backports/releases) - [Changelog](https://github.com/marcandre/backports/blob/master/CHANGELOG.rdoc) - [Commits](https://github.com/marcandre/backports/compare/v3.13.0...v3.14.0 ) Signed-off-by:
dependabot[bot] <support@dependabot.com>
-
- Apr 28, 2019
-
-
Markus Reiter authored
Fix exception inception.
-
Markus Reiter authored
-
Markus Reiter authored
-
- Apr 27, 2019
-
-
Mike McQuaid authored
utils/github: fix mutable string syntax
-
Mike McQuaid authored
reinstall: don't build bottles unnecessarily.
-
- Apr 26, 2019
-
-
kiendang authored
-
Xu Cheng authored
Apply the same changes from #6066. Also apply the same logics from `brew upgrade` to preserve `installed_as_dependency`/`installed_on_request` settings when reinstalling formulae.
-
Mike McQuaid authored
utils/github: fix frozen string usage.
-
Mike McQuaid authored
upgrade: don't build bottles unnecessarily.
-
Mike McQuaid authored
Fixes #6063.
-
Mike McQuaid authored
build: bump gemoji from 3.0.0 to 3.0.1 in /docs
-
- Apr 25, 2019
-
-
dependabot[bot] authored
Bumps [gemoji](https://github.com/github/gemoji) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/github/gemoji/releases) - [Commits](https://github.com/github/gemoji/commits ) Signed-off-by:
dependabot[bot] <support@dependabot.com>
-
Mike McQuaid authored
xcode: upgrade for Xcode 10.2.1 release
-
Mike McQuaid authored
cmd/info: fix frozen pathname usage.
-
Mike McQuaid authored
Fixes #6055.
-
Mike McQuaid authored
python_virtualenv_constants: upgrade virtualenv to 16.5.0
-
- Apr 24, 2019
-
-
Chongyu Zhu authored
-
Chongyu Zhu authored
-
Mike McQuaid authored
Fix check_for_unsupported_macos() on outdated releases
-
Mike McQuaid authored
-
Mike McQuaid authored
utils: fix frozen string usage in odeprecated.
-
Mike McQuaid authored
Fixes https://github.com/Homebrew/brew/issues/6053
-
follower authored
Recent commit https://github.com/Homebrew/brew/commit/36dbad3922ad984f7c396a9757fe8ae9750c44b0 to default to frozen string literals (via `frozen_string_literal`) broke `check_for_unsupported_macos()` on outdated releases--due to attempted modification of a frozen string literal. This breaks `install` and `doctor`. It's like the change wasn't tested on an unsupported outdated release or something... :D Adding a `+` prefix is apparently one way around this issue according to https://stackoverflow.com/questions/37799296/what-does-the-comment-frozen-string-literal-true-do#37799399. The change worked for me.
-
Mike McQuaid authored
build: bump github-pages from 197 to 198 in /docs
-
Mike McQuaid authored
These weren't added yet due to CI being run at different times to merges.
-
- Apr 23, 2019
-
-
dependabot[bot] authored
Bumps [github-pages](https://github.com/github/pages-gem) from 197 to 198. - [Release notes](https://github.com/github/pages-gem/releases) - [Commits](https://github.com/github/pages-gem/commits ) Signed-off-by:
dependabot[bot] <support@dependabot.com>
-
Mike McQuaid authored
[Security] Bump nokogiri from 1.10.2 to 1.10.3 in /docs
-
Mike McQuaid authored
config: don't show HOMEBREW_DISPLAY.
-
Mike McQuaid authored
Use FrozenStringLiteralComment instead of flag.
-