Mike McQuaid
f11a752d32
Merge pull request #12691 from boblail/lail/add-overwrite-flag-to-brew-install
...
Add flag `--overwrite` to `brew install` to govern the keg-linking step
2022-01-13 10:35:52 +00:00
Mike McQuaid
af6d995de8
dev-cmd/bump: add switch to open pull requests.
...
This enables the simplification of
https://github.com/Homebrew/actions/blob/master/bump-formulae/main.rb
and exposing this workflow to more Homebrew users.
2022-01-12 17:31:55 +00:00
Mike McQuaid
3ba6afb1d3
Merge pull request #12648 from bevanjkay/cask-comma-separator-style
...
rubocops (cask/url): add rubocop to use csv instead of before|after_comma
2022-01-12 13:48:54 +00:00
Mike McQuaid
1b5caa5952
Merge pull request #12703 from MikeMcQuaid/ensure_pipgrip_installed
...
utils/pypi: ensure pipgrip is installed.
2022-01-12 13:27:02 +00:00
Bevan Kay
8c82ec964f
Update Library/Homebrew/rubocops/cask/url_legacy_comma_separators.rb
...
Co-authored-by: Issy Long <issyl0@github.com>
2022-01-12 10:40:22 +11:00
Bevan Kay
d371547d5a
fix tests
2022-01-12 10:39:38 +11:00
BrewTestBot
c4b01e01cd
Update RBI files for rainbow.
2022-01-11 14:31:22 -05:00
BrewTestBot
be2c6403c6
brew vendor-gems: commit updates.
2022-01-11 14:31:20 -05:00
dependabot[bot]
fcab52697f
build(deps): bump rainbow from 3.0.0 to 3.1.1 in /Library/Homebrew
...
Bumps [rainbow](https://github.com/sickill/rainbow ) from 3.0.0 to 3.1.1.
- [Release notes](https://github.com/sickill/rainbow/releases )
- [Changelog](https://github.com/sickill/rainbow/blob/master/Changelog.md )
- [Commits](https://github.com/sickill/rainbow/compare/v3.0.0...v3.1.1 )
---
updated-dependencies:
- dependency-name: rainbow
dependency-type: indirect
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-01-11 14:30:09 -05:00
Nanda H Krishna
c28fd21f8d
Merge pull request #12705 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-0.5.9494
...
build(deps-dev): bump sorbet from 0.5.9491 to 0.5.9494 in /Library/Homebrew
2022-01-11 14:28:39 -05:00
BrewTestBot
48731ebd7f
Update RBI files for bootsnap.
2022-01-11 18:11:26 +00:00
BrewTestBot
b4a70f49f6
brew vendor-gems: commit updates.
2022-01-11 18:07:03 +00:00
BrewTestBot
2bdb38c293
brew vendor-gems: commit updates.
2022-01-11 18:06:40 +00:00
dependabot[bot]
de6d36997e
build(deps): bump bootsnap from 1.9.3 to 1.9.4 in /Library/Homebrew
...
Bumps [bootsnap](https://github.com/Shopify/bootsnap ) from 1.9.3 to 1.9.4.
- [Release notes](https://github.com/Shopify/bootsnap/releases )
- [Changelog](https://github.com/Shopify/bootsnap/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Shopify/bootsnap/compare/v1.9.3...v1.9.4 )
---
updated-dependencies:
- dependency-name: bootsnap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-01-11 18:04:14 +00:00
dependabot[bot]
7c91ccf058
build(deps-dev): bump sorbet in /Library/Homebrew
...
Bumps [sorbet](https://github.com/sorbet/sorbet ) from 0.5.9491 to 0.5.9494.
- [Release notes](https://github.com/sorbet/sorbet/releases )
- [Commits](https://github.com/sorbet/sorbet/commits )
---
updated-dependencies:
- dependency-name: sorbet
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-01-11 18:04:03 +00:00
Mike McQuaid
a9e348ce14
utils/pypi: ensure pipgrip is installed.
...
Rather than failing if it isn't installed: install it if needed.
2022-01-11 17:12:04 +00:00
Bob Lail
26ea79e1e6
Increase Metrics/BlockLength limit instead of disabling the cop for the block in install_args
2022-01-11 08:34:51 -06:00
Mike McQuaid
385892f3d2
Merge pull request #12693 from samford/strategy-use-silent-flag
...
Strategy: Add --silent flag to DEFAULT_CURL_ARGS
2022-01-11 09:51:47 +00:00
Bevan Kay
6f62b0e029
add tests
2022-01-11 13:18:06 +11:00
Nanda H Krishna
57efe6b05a
Merge pull request #12699 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-rails-2.13.1
...
build(deps): bump rubocop-rails from 2.13.0 to 2.13.1 in /Library/Homebrew
2022-01-10 15:54:55 -05:00
Nanda H Krishna
d327cc1b55
Merge pull request #12700 from Homebrew/dependabot/bundler/Library/Homebrew/activesupport-6.1.4.4
...
build(deps): bump activesupport from 6.1.4.3 to 6.1.4.4 in /Library/Homebrew
2022-01-10 15:53:57 -05:00
Bob Lail
9b678c365b
Add flag --overwrite
to brew install
to govern the keg-linking step
...
Allows you to avoid the `Keg::ConflictError` recommending that you invoke `brew link --overwrite` in scenarios when you know that that's how you'd proceed anyway.
2022-01-10 14:23:33 -06:00
BrewTestBot
b6c70e7a31
Update RBI files for activesupport.
2022-01-10 18:17:20 +00:00
BrewTestBot
38f3ee4625
brew vendor-gems: commit updates.
2022-01-10 18:12:34 +00:00
BrewTestBot
19b23dfd11
Update RBI files for rubocop-rails.
2022-01-10 18:11:53 +00:00
BrewTestBot
c5c9d2a433
Update RBI files for sorbet.
2022-01-10 18:10:00 +00:00
BrewTestBot
c25fb4eb35
brew vendor-gems: commit updates.
2022-01-10 18:07:08 +00:00
BrewTestBot
b2b66b2476
brew vendor-gems: commit updates.
2022-01-10 18:05:33 +00:00
dependabot[bot]
ef0400af9b
build(deps): bump activesupport in /Library/Homebrew
...
Bumps [activesupport](https://github.com/rails/rails ) from 6.1.4.3 to 6.1.4.4.
- [Release notes](https://github.com/rails/rails/releases )
- [Changelog](https://github.com/rails/rails/blob/v7.0.1/activesupport/CHANGELOG.md )
- [Commits](https://github.com/rails/rails/compare/v6.1.4.3...v6.1.4.4 )
---
updated-dependencies:
- dependency-name: activesupport
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-01-10 18:03:42 +00:00
dependabot[bot]
898f3f1fcb
build(deps): bump rubocop-rails in /Library/Homebrew
...
Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails ) from 2.13.0 to 2.13.1.
- [Release notes](https://github.com/rubocop/rubocop-rails/releases )
- [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rubocop/rubocop-rails/compare/v2.13.0...v2.13.1 )
---
updated-dependencies:
- dependency-name: rubocop-rails
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-01-10 18:03:21 +00:00
dependabot[bot]
b67dd5400d
build(deps-dev): bump sorbet in /Library/Homebrew
...
Bumps [sorbet](https://github.com/sorbet/sorbet ) from 0.5.9482 to 0.5.9491.
- [Release notes](https://github.com/sorbet/sorbet/releases )
- [Commits](https://github.com/sorbet/sorbet/commits )
---
updated-dependencies:
- dependency-name: sorbet
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-01-10 18:02:54 +00:00
Sam Ford
cb537eae52
Strategy: Add --silent flag to DEFAULT_CURL_ARGS
...
Currently, only `Livecheck::Strategy::PAGE_HEADERS_CURL_ARGS` uses
the `--silent` option and `PAGE_CONTENT_CURL_ARGS` does not (though
there's no intention behind this omission). However, the
`#page_content` method should also use the `--silent` flag, to
prevent progress bar text (`#=#=#`, etc.) from appearing in output.
This is an issue because the regex that's used to identify `curl`
error messages in `stderr` (`^curl:.+$/`) will fail if leading
progress bar text is present. This leads to an ambiguous "cURL
failed without a detectable error" message instead of the actual
error message(s) from `curl`.
This commit addresses the issue by adding `--silent` to
`Livecheck::Strategy::DEFAULT_CURL_ARGS`, which both
`PAGE_HEADERS_CURL_ARGS` and `PAGE_CONTENT_CURL_ARGS` inherit.
2022-01-10 11:59:07 -05:00
Bevan Kay
7e24930e4e
Update Library/Homebrew/rubocops/cask/url_legacy_comma_separators.rb
...
Co-authored-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
2022-01-11 01:22:22 +11:00
Mike McQuaid
33d765150a
Merge pull request #12672 from Rylan12/cleanup-help-text
...
Fix `brew help cleanup` text
2022-01-10 13:05:17 +00:00
Bevan Kay
22d68fb99b
fix style offences
2022-01-10 21:34:51 +11:00
Bevan Kay
cc2b99c8cf
Add check for url :block
2022-01-10 21:27:20 +11:00
Colin Dean
b632123d6b
Force UTF-8 encoding of lsb_release output
...
It's possible that the output may be encoded ASCII-8BIT, which cannot be automatically encoded to UTF-8 by Ruby's JSON library.
In this particular case, elementaryOS 6.1 returns `Jólnir` as a part of the lsb_release Description field.
Ruby's IO.popen would return this whole output in ASCII-8BIT.
When this description field was passed to homebrew-bundle to be written in a JSON lockfile,
Ruby throws an exception because it could not automatically reencode from ASCII-8BIT to UTF-8.
This may actually affect other output of the calls to the underlying `Utils.popen_read` but this may be the first thing to trigger it since
JSON requires UTF-8 output and nothing else using that function may require UTF-8.
Fixes #12689 12689
Fixes Homebrew/homebrew-bundle#1043
2022-01-09 21:12:52 -05:00
Rylan Polster
feb93167ad
Rename and fix Formatter:wrap
to Formatter.format_help_text
2022-01-08 23:13:08 -05:00
Nanda H Krishna
afe146cc6e
Merge pull request #12685 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-0.5.9482
...
build(deps-dev): bump sorbet from 0.5.9475 to 0.5.9482 in /Library/Homebrew
2022-01-07 14:04:38 -05:00
BrewTestBot
ea61dcf36e
Update RBI files for nokogiri.
2022-01-07 18:15:04 +00:00
BrewTestBot
da008f0cab
brew vendor-gems: commit updates.
2022-01-07 18:09:04 +00:00
BrewTestBot
868037a897
brew vendor-gems: commit updates.
2022-01-07 18:08:49 +00:00
dependabot[bot]
9c02bdd70f
build(deps-dev): bump sorbet in /Library/Homebrew
...
Bumps [sorbet](https://github.com/sorbet/sorbet ) from 0.5.9475 to 0.5.9482.
- [Release notes](https://github.com/sorbet/sorbet/releases )
- [Commits](https://github.com/sorbet/sorbet/commits )
---
updated-dependencies:
- dependency-name: sorbet
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-01-07 18:06:09 +00:00
dependabot[bot]
09c53d0ec2
build(deps): bump nokogiri from 1.12.5 to 1.13.0 in /Library/Homebrew
...
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri ) from 1.12.5 to 1.13.0.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases )
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.12.5...v1.13.0 )
---
updated-dependencies:
- dependency-name: nokogiri
dependency-type: indirect
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-01-07 18:05:27 +00:00
Mike McQuaid
4b3f0719e9
Merge pull request #12678 from hyuraku/repair-cask-formulae-autoremove
...
repair cask formulae autoremove
2022-01-07 13:09:41 +00:00
hyuraku
1fd4c4d840
rename variables and repair style
2022-01-07 21:05:36 +09:00
Nanda H Krishna
13c45f4f3e
Merge pull request #12681 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-0.5.9475
...
build(deps-dev): bump sorbet from 0.5.9470 to 0.5.9475 in /Library/Homebrew
2022-01-06 15:12:19 -05:00
Nanda H Krishna
d768dead82
Merge pull request #12680 from Homebrew/dependabot/bundler/Library/Homebrew/rspec_junit_formatter-0.5.1
...
build(deps): bump rspec_junit_formatter from 0.5.0 to 0.5.1 in /Library/Homebrew
2022-01-06 15:11:56 -05:00
BrewTestBot
c404b7eda0
Update RBI files for mime-types-data.
2022-01-06 18:15:05 +00:00
BrewTestBot
af62602b7e
Update RBI files for rspec_junit_formatter.
2022-01-06 18:11:52 +00:00