Mike McQuaid
|
1b926389ad
|
Merge pull request #6738 from dunkmann00/audit_env
Fix Audit check for `env :std`
|
2019-11-13 17:58:56 -08:00 |
|
George Waters
|
8221e32ad4
|
Fix Audit check for env :std
When performing a strict audit of a formula in the core tap, it was
possible that the check for `env :std` would not happen.
|
2019-11-13 20:33:43 -05:00 |
|
Mike McQuaid
|
9d539d6b3b
|
Merge pull request #6704 from MikeMcQuaid/deprecation-disable-remove
Handle 2.2.0 deprecations/disableds
|
2019-11-13 17:26:30 -08:00 |
|
Mike McQuaid
|
9a184c1b4b
|
Merge pull request #6736 from MikeMcQuaid/sponsors-readme
README: add GitHub Sponsors link.
|
2019-11-13 13:47:27 -08:00 |
|
Mike McQuaid
|
930bbe0b9c
|
Merge pull request #6733 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-performance-1.5.1
build: bump rubocop-performance from 1.5.0 to 1.5.1 in /Library/Homebrew
|
2019-11-13 10:40:08 -08:00 |
|
Mike McQuaid
|
38f9e6b044
|
README: add GitHub Sponsors link.
Let people know we support this now. Don't need a dedicated link because we have one at the top of the page.
|
2019-11-13 10:27:31 -08:00 |
|
Mike McQuaid
|
1e58e225ab
|
Merge pull request #6735 from Homebrew/dependabot/bundler/docs/parallel-1.19.0
build: bump parallel from 1.18.0 to 1.19.0 in /docs
|
2019-11-13 18:20:16 +00:00 |
|
Mike McQuaid
|
d9e9e72cce
|
brew vendor-gems: commit updates.
|
2019-11-13 09:50:31 -08:00 |
|
dependabot-preview[bot]
|
6afc4f64db
|
build: bump parallel from 1.18.0 to 1.19.0 in /docs
Bumps [parallel](https://github.com/grosser/parallel) from 1.18.0 to 1.19.0.
- [Release notes](https://github.com/grosser/parallel/releases)
- [Commits](https://github.com/grosser/parallel/compare/v1.18.0...v1.19.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-11-13 17:32:29 +00:00 |
|
dependabot-preview[bot]
|
518ecb137c
|
build: bump rubocop-performance from 1.5.0 to 1.5.1 in /Library/Homebrew
Bumps [rubocop-performance](https://github.com/rubocop-hq/rubocop-performance) from 1.5.0 to 1.5.1.
- [Release notes](https://github.com/rubocop-hq/rubocop-performance/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop-performance/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop-hq/rubocop-performance/compare/v1.5.0...v1.5.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-11-13 17:29:10 +00:00 |
|
Alexander Bayandin
|
43687b46c3
|
Bump Xcode to 11.2.1
|
2019-11-13 17:13:45 +00:00 |
|
Mike McQuaid
|
3ffd327ce8
|
Merge pull request #6732 from Homebrew/dependabot/bundler/docs/html-pipeline-2.12.1
build: bump html-pipeline from 2.12.0 to 2.12.1 in /docs
|
2019-11-13 16:33:00 +00:00 |
|
Mike McQuaid
|
f2d62d7972
|
Merge pull request #6730 from Homebrew/dependabot/bundler/Library/Homebrew/tins-1.22.2
build: bump tins from 1.22.0 to 1.22.2 in /Library/Homebrew
|
2019-11-13 16:27:19 +00:00 |
|
Mike McQuaid
|
460da9f80d
|
Merge pull request #6728 from MikeMcQuaid/upgrade-indempotent
upgrade: don't error if already installed.
|
2019-11-13 16:18:00 +00:00 |
|
dependabot-preview[bot]
|
b06db563ae
|
build: bump html-pipeline from 2.12.0 to 2.12.1 in /docs
Bumps [html-pipeline](https://github.com/jch/html-pipeline) from 2.12.0 to 2.12.1.
- [Release notes](https://github.com/jch/html-pipeline/releases)
- [Changelog](https://github.com/jch/html-pipeline/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jch/html-pipeline/compare/v2.12.0...v2.12.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-11-13 16:07:23 +00:00 |
|
hyuraku
|
af59951c0e
|
fix style
|
2019-11-13 23:00:32 +09:00 |
|
hyuraku
|
1afd271a13
|
check whether args is valid
whether args days is in valid_days and args category is in valid_categories
|
2019-11-13 22:51:57 +09:00 |
|
dependabot-preview[bot]
|
0808db7de1
|
build: bump tins from 1.22.0 to 1.22.2 in /Library/Homebrew
Bumps [tins](https://github.com/flori/tins) from 1.22.0 to 1.22.2.
- [Release notes](https://github.com/flori/tins/releases)
- [Commits](https://github.com/flori/tins/compare/v1.22.0...v1.22.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-11-13 09:17:39 +00:00 |
|
Mike McQuaid
|
5904aab98a
|
Merge pull request #6622 from zachauten/argv_kegs
Moved kegs from ARGV to args.rb
|
2019-11-13 00:22:09 +00:00 |
|
Mike McQuaid
|
9d2cb8e9b3
|
upgrade: don't error if already installed.
I've been convinced idempotency is a good thing for this command so this
would be a good thing to get out for 2.2.0.
|
2019-11-12 16:18:54 -08:00 |
|
Mike McQuaid
|
a6f244dfc7
|
Merge pull request #6726 from Homebrew/dependabot/bundler/docs/rake-13.0.1
build: bump rake from 13.0.0 to 13.0.1 in /docs
|
2019-11-11 21:48:41 -08:00 |
|
Mike McQuaid
|
2e0c703cb6
|
Merge pull request #6722 from evgkrsk/patch-1
Update brew.sh: hide printf's stderr in numeric()
|
2019-11-11 21:26:57 -08:00 |
|
Mike McQuaid
|
dbacd804db
|
Merge pull request #6724 from Homebrew/dependabot/bundler/docs/ffi-1.11.2
build: bump ffi from 1.11.1 to 1.11.2 in /docs
|
2019-11-11 21:15:06 -08:00 |
|
dependabot-preview[bot]
|
b35c572d27
|
build: bump rake from 13.0.0 to 13.0.1 in /docs
Bumps [rake](https://github.com/ruby/rake) from 13.0.0 to 13.0.1.
- [Release notes](https://github.com/ruby/rake/releases)
- [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc)
- [Commits](https://github.com/ruby/rake/compare/v13.0.0...v13.0.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-11-12 05:14:05 +00:00 |
|
Mike McQuaid
|
7b77dc4d0c
|
Merge pull request #6725 from MikeMcQuaid/remove-cat
os/mac: remove MacOS.cat.
|
2019-11-12 04:59:19 +00:00 |
|
dependabot-preview[bot]
|
023e762f13
|
build: bump ffi from 1.11.1 to 1.11.2 in /docs
Bumps [ffi](https://github.com/ffi/ffi) from 1.11.1 to 1.11.2.
- [Release notes](https://github.com/ffi/ffi/releases)
- [Changelog](https://github.com/ffi/ffi/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ffi/ffi/compare/1.11.1...1.11.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-11-11 20:50:06 +00:00 |
|
Mike McQuaid
|
5595deaec6
|
os/mac: remove MacOS.cat.
None of the supported versions are "cats" any more.
|
2019-11-11 19:20:17 +00:00 |
|
Evgenii Terechkov
|
8bf9bbfd1c
|
Update brew.sh: hide printf's stderr in numeric()
Avoid #6721 and similar confusing messages during version comparison by hiding printf's stderr (printf woks anyway).
|
2019-11-11 20:31:59 +07:00 |
|
Mike McQuaid
|
20cf2afede
|
Merge pull request #6720 from MikeMcQuaid/upgrade-broken-fix
upgrade: fix handling broken dependents.
|
2019-11-11 11:37:39 +00:00 |
|
Mike McQuaid
|
e8c241f56c
|
upgrade: fix handling broken dependents.
Ensure that we use the keg for checking linkage but that the dependents
returned are still formulae.
Fixes #6715.
|
2019-11-11 10:08:08 +00:00 |
|
Zach Auten
|
fd429d0d75
|
Moved kegs from ARGV to args.rb
|
2019-11-09 11:56:47 -05:00 |
|
hyuraku
|
8244a869f6
|
add empty line after guard clause
|
2019-11-09 13:11:55 +09:00 |
|
hyuraku
|
ff94e64ee6
|
info --analytics handle days and category args
|
2019-11-09 13:08:28 +09:00 |
|
Steven Peters
|
e2c76cce8e
|
Merge pull request #6713 from papz/master
'upradable' typo for 'upgradeable_dependents'
|
2019-11-07 09:11:56 -08:00 |
|
Paul
|
2e55eac802
|
'upradable' typo for 'upgradeable_dependents'
|
2019-11-07 22:58:02 +07:00 |
|
Mike McQuaid
|
7f3db8bfac
|
Merge pull request #6708 from Bo98/bottle-dotfiles
formula_installer: copy hidden files into bottles.
|
2019-11-07 15:25:03 +00:00 |
|
Bo Anderson
|
b4f8671849
|
formula_installer: copy hidden files into bottles.
|
2019-11-07 14:47:15 +00:00 |
|
Markus Reiter
|
6521dbbad7
|
Merge pull request #6682 from reitermarkus/openjdk
Allow `JAVA_HOME` in formulae depending on `openjdk`.
|
2019-11-06 23:24:54 +01:00 |
|
Mike McQuaid
|
f7e7e32f1c
|
Merge pull request #6707 from MikeMcQuaid/portable-ruby-test-fixes
test: re-enable portable Ruby tests.
|
2019-11-06 20:32:42 +00:00 |
|
Mike McQuaid
|
4873c490e0
|
Merge pull request #6705 from MikeMcQuaid/system-improve-verbose-output
utils#system: improve verbose output.
|
2019-11-06 17:11:39 +00:00 |
|
Mike McQuaid
|
52e0eb0dec
|
Merge pull request #6703 from MikeMcQuaid/cleanup-more-cask-errors
cleanup: rescue more cask errors.
|
2019-11-06 17:11:08 +00:00 |
|
Mike McQuaid
|
eb0be5f6fe
|
test: re-enable portable Ruby tests.
Let's try to get these working again.
|
2019-11-06 15:36:28 +00:00 |
|
Mike McQuaid
|
f3afedb4ff
|
utils#system: improve verbose output.
This previously output the hilarious long and unnecessary LOAD_PATH.
|
2019-11-06 15:25:51 +00:00 |
|
Mike McQuaid
|
176297d361
|
Handle 2.2.0 deprecations/disableds
- Make all `odeprecated` from 2.1.0 `odisabled` instead
- Remove dead code that won't be run now
- Remove (unused) `or_later` handling for bottles
|
2019-11-06 15:25:40 +00:00 |
|
Mike McQuaid
|
95a1c8570a
|
cleanup: rescue more cask errors.
This will avoid a wider degree of failures.
|
2019-11-06 15:25:29 +00:00 |
|
Mike McQuaid
|
e80008d6de
|
Merge pull request #6706 from MikeMcQuaid/fix-tests
Fix some tests
|
2019-11-06 15:24:21 +00:00 |
|
Mike McQuaid
|
6a33959888
|
test/subversion: fix subversion paths/detection.
|
2019-11-06 14:58:33 +00:00 |
|
Mike McQuaid
|
924af100b7
|
cask/pkg_spec: remove flaky test.
|
2019-11-06 14:28:05 +00:00 |
|
Mike McQuaid
|
a4b3518dd5
|
Merge pull request #6700 from MikeMcQuaid/outdated_kegs_cache_refactor
formula: refactor outdated_kegs logic.
|
2019-11-06 12:09:06 +00:00 |
|
Mike McQuaid
|
102837e72c
|
Merge pull request #6701 from MikeMcQuaid/upgrade-tweak-dependent-messaging
upgrade: tweak dependent messaging.
|
2019-11-06 12:01:42 +00:00 |
|