Bo Anderson
aecadd2056
Merge pull request #12074 from Homebrew/dependabot/bundler/Library/Homebrew/bootsnap-1.9.0
...
build(deps): bump bootsnap from 1.8.1 to 1.9.0 in /Library/Homebrew
2021-09-16 19:42:00 +01:00
Bo Anderson
b2276d7f39
Merge pull request #12075 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-0.5.9139
...
build(deps-dev): bump sorbet from 0.5.9133 to 0.5.9139 in /Library/Homebrew
2021-09-16 19:40:43 +01:00
Carlo Cabrera
263b6a6d72
Merge pull request #12069 from carlocab/bison-m4
...
superenv: set `M4` on Linux when `bison` is a dependency
2021-09-17 02:10:54 +08:00
BrewTestBot
4b4f78b8cf
Update RBI files for bootsnap.
2021-09-16 18:08:13 +00:00
BrewTestBot
a3a250ac28
brew vendor-gems: commit updates.
2021-09-16 18:07:00 +00:00
BrewTestBot
514b4b2a23
brew vendor-gems: commit updates.
2021-09-16 18:05:51 +00:00
dependabot[bot]
90aaeefdb1
build(deps-dev): bump sorbet in /Library/Homebrew
...
Bumps [sorbet](https://github.com/sorbet/sorbet ) from 0.5.9133 to 0.5.9139.
- [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>
2021-09-16 18:04:23 +00:00
dependabot[bot]
1ccbc897f0
build(deps): bump bootsnap from 1.8.1 to 1.9.0 in /Library/Homebrew
...
Bumps [bootsnap](https://github.com/Shopify/bootsnap ) from 1.8.1 to 1.9.0.
- [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.8.1...v1.9.0 )
---
updated-dependencies:
- dependency-name: bootsnap
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-09-16 18:03:27 +00:00
XuehaiPan
966189d07d
style: add shfmt exit status to brew style
2021-09-17 00:05:37 +08:00
XuehaiPan
065c5b79fe
utils/shfmt.sh: refactor function align_multiline_if_condition
2021-09-16 23:32:53 +08:00
XuehaiPan
d559d3ff46
utils/shfmt.sh: reuse similar code fragments
2021-09-16 23:16:07 +08:00
Mike McQuaid
8a85b96b00
Merge pull request #12044 from XuehaiPan/fix-inconsistent-shell-style
...
style: add code style checker for shell scripts
2021-09-16 15:03:23 +01:00
XuehaiPan
03017a84b4
style: move inplace flag to the front of argument list
2021-09-16 21:20:56 +08:00
Carlo Cabrera
22db7aa516
superenv: set M4
on Linux when bison
is a dependency
...
Bison no longer remembers the path to `m4` as of
Homebrew/homebrew-core#84931 . Since superenv does not put runtime
dependencies of build dependences in `PATH`, we now need to help Bison
find `m4` by setting `M4` in the environment.
See also Homebrew/homebrew-core#85260 .
2021-09-16 21:11:12 +08:00
Xuehai Pan
d5a15cf289
brew.sh: remove deprecated command
...
Co-authored-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
2021-09-16 20:40:20 +08:00
XuehaiPan
2688e7e56b
style: apply suggestions from code review
2021-09-16 19:54:07 +08:00
Bo Anderson
2e967f18c6
Merge pull request #12064 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-0.5.9133
...
build(deps-dev): bump sorbet from 0.5.9130 to 0.5.9133 in /Library/Homebrew
2021-09-16 00:18:13 +01:00
BrewTestBot
63a94c5ffe
Update RBI files for unicode-display_width.
2021-09-15 18:09:01 +00:00
BrewTestBot
b0740c898b
brew vendor-gems: commit updates.
2021-09-15 18:06:44 +00:00
BrewTestBot
9432c9c5c3
brew vendor-gems: commit updates.
2021-09-15 18:06:21 +00:00
dependabot[bot]
759e630d87
build(deps): bump unicode-display_width in /Library/Homebrew
...
Bumps [unicode-display_width](https://github.com/janlelis/unicode-display_width ) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/janlelis/unicode-display_width/releases )
- [Changelog](https://github.com/janlelis/unicode-display_width/blob/main/CHANGELOG.md )
- [Commits](https://github.com/janlelis/unicode-display_width/compare/v2.0.0...v2.1.0 )
---
updated-dependencies:
- dependency-name: unicode-display_width
dependency-type: indirect
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-09-15 18:04:15 +00:00
dependabot[bot]
a89ed9c522
build(deps-dev): bump sorbet in /Library/Homebrew
...
Bumps [sorbet](https://github.com/sorbet/sorbet ) from 0.5.9130 to 0.5.9133.
- [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>
2021-09-15 18:03:57 +00:00
XuehaiPan
43377a3e5e
style: fix inconsistent code style for shell scripts by runing brew style --fix
2021-09-16 01:08:02 +08:00
XuehaiPan
bd8db0737d
style: fix inconsistent code style for shell scripts
2021-09-16 01:06:19 +08:00
XuehaiPan
c2d5d84b21
Merge remote-tracking branch 'upstream/master' into fix-inconsistent-shell-style
2021-09-16 01:01:49 +08:00
XuehaiPan
09a16bcea1
utils/shfmt.sh: implement checkers for forbidden styles
2021-09-16 00:53:53 +08:00
XuehaiPan
03c7a142be
style: add keyward argument inplace
to run_shfmt
2021-09-16 00:08:29 +08:00
XuehaiPan
1bb68bda3f
utils/shfmt.sh: add function wrap_then_do
2021-09-16 00:07:57 +08:00
XuehaiPan
a839d7e5ff
utils/shfmt.sh: add function prototypes
2021-09-15 22:12:03 +08:00
XuehaiPan
9efde249c1
style: add shfmt implementation
2021-09-15 22:12:01 +08:00
Mike McQuaid
b19fcef629
Merge pull request #12062 from MikeMcQuaid/less_strict_if_os
...
rubocops/lines: be less strict about `OS.{mac,linux}?` in taps.
2021-09-15 12:39:41 +01:00
Bo Anderson
1cfafde5d3
Merge pull request #11965 from Bo98/swift-shim
...
shims: enforce usage of Swift-bundled Clang on Linux
2021-09-15 12:26:08 +01:00
Mike McQuaid
56753c9d08
rubocops/lines: be less strict about OS.{mac,linux}? in taps.
...
Fixes #12040 .
2021-09-15 12:23:07 +01:00
Mike McQuaid
1e83399e31
Merge pull request #12060 from XuehaiPan/alias-which-as-type
...
brew.sh: alias `which` as `type -P`
2021-09-15 12:15:31 +01:00
XuehaiPan
2855ae18df
style: brew style always use latest brewed shellcheck
2021-09-15 15:00:23 +08:00
XuehaiPan
bc0663baba
style: brew style check Dockerfile as shell script
2021-09-15 15:00:23 +08:00
XuehaiPan
8a363b2fb5
style: trim trailing whitespaces
2021-09-15 15:00:23 +08:00
XuehaiPan
3f96d963f7
style: fix inconsistent code style for shell scripts
2021-09-15 14:59:01 +08:00
Bo Anderson
0eba5b29e9
shims/super: shim swiftc
2021-09-15 03:28:31 +01:00
Bo Anderson
414935fb39
shims: enforce usage of Swift-bundled Clang on Linux
...
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2021-09-15 03:25:12 +01:00
Bo Anderson
48bbc53fb8
Merge pull request #12059 from Homebrew/dependabot/bundler/Library/Homebrew/unf_ext-0.0.8
...
build(deps): bump unf_ext from 0.0.7.7 to 0.0.8 in /Library/Homebrew
2021-09-14 20:06:04 +01:00
XuehaiPan
d77d510ce9
brew.sh: alias which
as type -P
2021-09-15 02:18:27 +08:00
BrewTestBot
721569f32e
Update RBI files for unf_ext.
2021-09-14 18:12:02 +00:00
BrewTestBot
74869c7d42
Update RBI files for rubocop-rails.
2021-09-14 18:11:59 +00:00
BrewTestBot
79526c0bda
brew vendor-gems: commit updates.
2021-09-14 18:09:40 +00:00
BrewTestBot
798cf36531
brew vendor-gems: commit updates.
2021-09-14 18:09:06 +00:00
dependabot[bot]
39c8c83747
build(deps): bump unf_ext from 0.0.7.7 to 0.0.8 in /Library/Homebrew
...
Bumps [unf_ext](https://github.com/knu/ruby-unf_ext ) from 0.0.7.7 to 0.0.8.
- [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.7...v0.0.8 )
---
updated-dependencies:
- dependency-name: unf_ext
dependency-type: indirect
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-09-14 18:03:32 +00:00
dependabot[bot]
5b75377ff9
build(deps): bump rubocop-rails in /Library/Homebrew
...
Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails ) from 2.12.1 to 2.12.2.
- [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.12.1...v2.12.2 )
---
updated-dependencies:
- dependency-name: rubocop-rails
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-09-14 18:02:50 +00:00
Bo Anderson
ef38009571
Merge pull request #12057 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-0.5.9130
...
build(deps-dev): bump sorbet from 0.5.9120 to 0.5.9130 in /Library/Homebrew
2021-09-14 12:07:59 +01:00
Mike McQuaid
a83e8547f9
Merge pull request #12051 from Homebrew/dependabot/bundler/Library/Homebrew/parallel-1.21.0
...
build(deps): bump parallel from 1.20.1 to 1.21.0 in /Library/Homebrew
2021-09-14 12:01:45 +01:00