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 25, 2019
-
-
Thierry Moisan authored
bump-revision will increase by one the revision or add "revision 1" if it doesn't exist.
-
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.
-
Mike McQuaid authored
Bump rspec-expectations from 3.8.2 to 3.8.3 in /Library/Homebrew
-
Mike McQuaid authored
Bump unf_ext from 0.0.7.5 to 0.0.7.6 in /Library/Homebrew
-
dependabot[bot] authored
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.2 to 1.10.3. **This update includes security fixes.** - [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.2...v1.10.3 ) Signed-off-by:
dependabot[bot] <support@dependabot.com>
-
Mike McQuaid authored
[Security] Bump nokogiri from 1.10.2 to 1.10.3 in /Library/Homebrew
-
dependabot[bot] authored
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.2 to 1.10.3. **This update includes security fixes.** - [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.2...v1.10.3 ) Signed-off-by:
dependabot[bot] <support@dependabot.com>
-
- Apr 22, 2019
-
-
dependabot[bot] authored
Bumps [unf_ext](https://github.com/knu/ruby-unf_ext) from 0.0.7.5 to 0.0.7.6. - [Release notes](https://github.com/knu/ruby-unf_ext/releases) - [Changelog](https://github.com/knu/ruby-unf_ext/blob/master/CHANGELOG.md) - [Commits](https://github.com/knu/ruby-unf_ext/compare/v0.0.7.5...v0.0.7.6 ) Signed-off-by:
dependabot[bot] <support@dependabot.com>
-
dependabot[bot] authored
Bumps [rspec-expectations](https://github.com/rspec/rspec-expectations) from 3.8.2 to 3.8.3. - [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.8.2...v3.8.3 ) Signed-off-by:
dependabot[bot] <support@dependabot.com>
-
- Apr 21, 2019
-
-
Markus Reiter authored
Add `*_to_slashes` methods to `compat`.
-
Markus Reiter authored
-
- Apr 20, 2019
-
-
Mike McQuaid authored
This is set by XQuartz and not needed information for us.
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
Unfortunately we cannot use `--frozen-string-literal` with Ruby 2.3 due to https://bugs.ruby-lang.org/issues/12031 and our usage of ERB.
-
Mike McQuaid authored
Endorse AdoptOpenJDK instead of Oracle OpenJDK
-
Mike McQuaid authored
Freeze more mutable constants.
-
Claudia authored
This commit changes the message that appears when Homebrew detects that a Java requirement is unmet. The new message will say: ``` Install AdoptOpenJDK with Homebrew Cask: brew cask install adoptopenjdk ``` And for Java 8: ``` Install AdoptOpenJDK 8 with Homebrew Cask: brew cask install homebrew/cask-versions/adoptopenjdk8 ```
-
- Apr 19, 2019
-
-
Mike McQuaid authored
-
Mike McQuaid authored
This rule adjustment is experimental in RuboCop as it may double-freeze objects but this isn't an error (and freezing too much is better than too little).
-
Mike McQuaid authored
extract: Replace ARGV.named with args.remaining
-
Gautham Goli authored
-
Mike McQuaid authored
test: kill all subprocesses on timeout.
-
Mike McQuaid authored
Fixes #5885.
-