20202 Commits

Author SHA1 Message Date
Dawid Dziurla
a3eefda0f9
create: add --ruby option 2020-03-21 15:41:27 +01:00
Mike McQuaid
252bdc2f26
Merge pull request #7197 from Homebrew/dependabot/bundler/Library/Homebrew/parser-2.7.0.5
build: bump parser from 2.7.0.4 to 2.7.0.5 in /Library/Homebrew
2020-03-20 19:39:30 +00:00
Mike McQuaid
f357efe18d
Merge pull request #7196 from reitermarkus/curl-retry
Retry `curl` requests 3 times by default.
2020-03-20 19:39:11 +00:00
Mike McQuaid
834935c76d
Merge pull request #7195 from MikeMcQuaid/acceptable-formulae-tweaks
Tweak Acceptable Formulae
2020-03-20 19:38:21 +00:00
dependabot-preview[bot]
0600043ec0
build: bump parser from 2.7.0.4 to 2.7.0.5 in /Library/Homebrew
Bumps [parser](https://github.com/whitequark/parser) from 2.7.0.4 to 2.7.0.5.
- [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.7.0.4...v2.7.0.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-20 18:27:59 +00:00
Markus Reiter
50b61fa7f2 Retry curl requests 3 times by default. 2020-03-20 18:40:43 +01:00
Mike McQuaid
69066d3087
Tweak Acceptable Formulae
- make clearer how self-updates should be handled
- move from OSI to Debian approved licenses
- don't allow open source software to depend on proprietary software
2020-03-20 14:08:47 +00:00
Mike McQuaid
cc05c3df5c
Merge pull request #7188 from Homebrew/dependabot/bundler/Library/Homebrew/activesupport-6.0.2.2
build: bump activesupport from 6.0.2.1 to 6.0.2.2 in /Library/Homebrew
2020-03-20 12:02:26 +00:00
Mike McQuaid
a5dbb8e6cd
brew vendor-gems: commit updates. 2020-03-20 11:40:12 +00:00
dependabot-preview[bot]
c47fe6bc28
build: bump activesupport from 6.0.2.1 to 6.0.2.2 in /Library/Homebrew
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>
2020-03-20 11:37:02 +00:00
Mike McQuaid
5acc758399
Merge pull request #7192 from issyl0/move-brew-man-before-brew-tests-in-ci
actions/tests: Run `brew style` and `brew man` before `brew tests`
2020-03-20 11:36:29 +00:00
Mike McQuaid
debab213d4
Merge pull request #7189 from Homebrew/dependabot/bundler/docs/activesupport-6.0.2.2
build: bump activesupport from 6.0.2.1 to 6.0.2.2 in /docs
2020-03-20 11:35:34 +00:00
Issy Long
5518f276e4
Merge pull request #7187 from vidusheeamoli/fix-broken-link-test-bot
docs: fix broken link
2020-03-19 20:12:12 +00:00
vidusheeamoli
2dffdf5ddf docs: fix broken link 2020-03-20 01:07:27 +05:30
Issy Long
1da81c675f
actions/tests: Run brew style and brew man before brew tests
- The style and man page checks are quicker than `brew tests`, which can
  take forever.
- If people make mistakes with style or forget to run `brew man`, they
  will notice quicker, thus fixing issues quicker.
- This also wastes less compute time (and therefore energy) by only
  running `brew tests` when all the other less-involved checks work.
2020-03-19 19:17:26 +00:00
dependabot-preview[bot]
e210e85deb
build: bump activesupport from 6.0.2.1 to 6.0.2.2 in /docs
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>
2020-03-19 19:06:41 +00:00
Issy Long
9662afadcb
Merge pull request #7191 from Homebrew/fix-brew-man-with-bundle-changes
manpages: Run `brew man` after `brew bundle` Whalebrew inclusion
2020-03-19 19:05:11 +00:00
Issy Long
7ea6d5c648
manpages: Run brew man after brew bundle Whalebrew inclusion
- 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.
2020-03-19 18:40:13 +00:00
Mike McQuaid
f527f03fb5
Merge pull request #7178 from Homebrew/dependabot/bundler/Library/Homebrew/parallel_tests-2.32.0
build: bump parallel_tests from 2.31.0 to 2.32.0 in /Library/Homebrew
2020-03-16 13:36:01 +00:00
Mike McQuaid
99e948bb01
brew vendor-gems: commit updates. 2020-03-16 13:17:35 +00:00
dependabot-preview[bot]
a537589772
build: bump parallel_tests from 2.31.0 to 2.32.0 in /Library/Homebrew
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>
2020-03-16 13:16:03 +00:00
Mike McQuaid
08c2225de9
Merge pull request #7182 from samford/throttle-aswcli@1
audit: throttle awscli@1 instead of awscli
2020-03-16 13:13:20 +00:00
Mike McQuaid
d7709f7594
Merge pull request #7183 from Homebrew/dependabot/bundler/Library/Homebrew/rspec-expectations-3.9.1
build: bump rspec-expectations from 3.9.0 to 3.9.1 in /Library/Homebrew
2020-03-16 13:04:04 +00:00
Mike McQuaid
996773a948
Merge pull request #7176 from GauthamGoli/argv-cleanup-14
ARGV: Deprecate ARGV.ignore_deps?
2020-03-16 13:02:42 +00:00
Mike McQuaid
c878c5775b
Merge pull request #7173 from GauthamGoli/argv-cleanup-12
ARGV: Deprecate ARGV.keep_tmp?
2020-03-16 12:59:00 +00:00
dependabot-preview[bot]
535f424492
build: bump rspec-expectations from 3.9.0 to 3.9.1 in /Library/Homebrew
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>
2020-03-16 05:32:23 +00:00
Sam Ford
e835ccb5cc
audit: throttle awscli@1 instead of awscli 2020-03-15 21:25:21 -04:00
Issy Long
4d5424c7fa
Merge pull request #7175 from issyl0/linux-merge-docs-rm-skip-style
[Linux] Remove `--skip-style` flag from `brew merge-homebrew` docs
2020-03-15 13:46:59 +00:00
Gautham G
9d3951dc4c ARGV: Deprecate ARGV.ignore_deps? 2020-03-15 19:05:09 +05:30
Issy Long
10acb87cb0
[Linux] Remove --skip-style flag from brew merge-homebrew docs
- This flag was removed (inverted to `--style`) in https://github.com/Homebrew/homebrew-linux-dev/pull/160.
2020-03-15 13:29:09 +00:00
Gautham G
badcaa15e4
ARGV: Deprecate ARGV.keep_tmp? 2020-03-15 13:24:48 +00:00
Mike McQuaid
63ef04fdfe
Merge pull request #7174 from GauthamGoli/argv-cleanup-13
ARGV: Deprecate ARGV.git?
2020-03-15 13:21:11 +00:00
Gautham G
fde11efdf3 ARGV: Deprecate ARGV.git? 2020-03-15 18:32:21 +05:30
Mike McQuaid
b6d9b1aae6
Merge pull request #7172 from bayandin/full_index-for_patch-diff
rubocops/patches: suggest url with full_index=1
2020-03-15 12:53:02 +00:00
Mike McQuaid
f07b832c72
Merge pull request #7170 from GauthamGoli/argv-cleanup-11
ARGV: Deprecate ARGV.interactive?
2020-03-15 12:52:24 +00:00
Alexander Bayandin
b37c3e9cb2 rubocops/patches: suggest url with full_index=1 2020-03-15 11:24:38 +00:00
Issy Long
202cc04456
Merge pull request #7165 from dawidd6/bump-version-equal
bump-formula-pr: ignore --version argument if equal to detected version
2020-03-15 11:04:52 +00:00
Gautham G
1292c4559c ARGV: Deprecate ARGV.interactive? 2020-03-15 16:28:04 +05:30
Mike McQuaid
8fa2d151dd
Merge pull request #7171 from MikeMcQuaid/rubocop-trailing-body
rubocop: enable Style/TrailingBodyOnMethodDefinition.
2020-03-14 20:03:58 +00:00
Mike McQuaid
c040331468
rubocop: enable Style/TrailingBodyOnMethodDefinition.
This is default, more consistent with Ruby style and autocorrectable.

I have updated the usage in Homebrew/core to be consistent.
2020-03-14 19:46:23 +00:00
Mike McQuaid
a401c1cd35
Merge pull request #7169 from Homebrew/dependabot/bundler/docs/rubyzip-2.3.0
build: bump rubyzip from 2.2.0 to 2.3.0 in /docs
2020-03-14 19:18:57 +00:00
Mike McQuaid
1a538028cd
Merge pull request #7168 from MikeMcQuaid/rubocop-tweaks
rubocop: adjust rules.
2020-03-14 19:12:49 +00:00
dependabot-preview[bot]
39458f6569
build: bump rubyzip from 2.2.0 to 2.3.0 in /docs
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>
2020-03-14 12:03:32 +00:00
Mike McQuaid
1e265247ca
rubocop: apply autofixes. 2020-03-13 21:16:18 +00:00
Mike McQuaid
c48352aa6c
cask/cmd/list: fix ambiguous params. 2020-03-13 21:16:18 +00:00
Mike McQuaid
4498303f9a
rubocop: adjust rules. 2020-03-13 21:16:18 +00:00
Mike McQuaid
db121c7b17
Merge pull request #7167 from MikeMcQuaid/linelength
rubocop: set LineLength to 118.
2020-03-13 20:03:22 +00:00
Dawid Dziurla
8db863ff7e
bump-formula-pr: ignore --version argument if equal to detected version 2020-03-13 17:09:58 +01:00
Jonathan Chang
b9aa76a9ba
Merge pull request #7162 from jonchang/supported-archs
diagnostic: add doctor check for CPU arch on Linux
2020-03-13 13:10:04 +11:00
Jonathan Chang
57109a175a diagnostic: add doctor check for CPU arch on Linux
Co-Authored-By: Mike McQuaid <mike@mikemcquaid.com>
2020-03-13 11:39:27 +11:00