dependabot[bot]
a9b51f0fa6
build: bump rubocop from 0.68.0 to 0.68.1 in /Library/Homebrew
...
Bumps [rubocop](https://github.com/rubocop-hq/rubocop ) from 0.68.0 to 0.68.1.
- [Release notes](https://github.com/rubocop-hq/rubocop/releases )
- [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.68.0...v0.68.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-01 06:34:38 +00:00
Mike McQuaid
2aefcb37c4
Merge pull request #6077 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-0.68.0
...
build: bump rubocop from 0.67.2 to 0.68.0 in /Library/Homebrew
2019-04-30 09:57:31 +01:00
Mike McQuaid
a4f86ba973
Don’t require aligned arguments for taps.
2019-04-30 09:19:29 +01:00
Mike McQuaid
c4f72312ce
Fixup brew style
failures.
2019-04-30 09:19:18 +01:00
Mike McQuaid
738f4689a5
Add rubocop-performance gem.
2019-04-30 08:44:10 +01:00
dependabot[bot]
1d334e270e
build: bump rubocop from 0.67.2 to 0.68.0 in /Library/Homebrew
...
Bumps [rubocop](https://github.com/rubocop-hq/rubocop ) from 0.67.2 to 0.68.0.
- [Release notes](https://github.com/rubocop-hq/rubocop/releases )
- [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.67.2...v0.68.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-30 06:26:49 +00:00
dependabot[bot]
8898801ffa
build: bump net-http-persistent from 3.0.0 to 3.0.1 in /Library/Homebrew
...
Bumps [net-http-persistent](https://github.com/drbrain/net-http-persistent ) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/drbrain/net-http-persistent/releases )
- [Changelog](https://github.com/drbrain/net-http-persistent/blob/master/History.txt )
- [Commits](https://github.com/drbrain/net-http-persistent/compare/v3.0.0...v3.0.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-29 23:07:39 +00:00
Mike McQuaid
718a435176
Merge pull request #6075 from MikeMcQuaid/more-freezing
...
Freeze more strings
2019-04-29 13:40:13 +01:00
Mike McQuaid
fc5e1ad18d
Merge pull request #6073 from Homebrew/dependabot/bundler/Library/Homebrew/backports-3.14.0
...
build: bump backports from 3.13.0 to 3.14.0 in /Library/Homebrew
2019-04-29 13:39:57 +01:00
Mike McQuaid
73528b6a08
Freeze more strings
...
Freeze the results changed in #6072 .
2019-04-29 13:02:15 +01:00
Mike McQuaid
0baf8cab5f
brew vendor-gems: commit updates.
2019-04-29 12:52:00 +01:00
dependabot[bot]
5c5ee6e86c
build: bump parser from 2.6.2.1 to 2.6.3.0 in /Library/Homebrew
...
Bumps [parser](https://github.com/whitequark/parser ) from 2.6.2.1 to 2.6.3.0.
- [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.6.2.1...v2.6.3.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-29 06:37:27 +00:00
dependabot[bot]
85d5808079
build: bump backports from 3.13.0 to 3.14.0 in /Library/Homebrew
...
Bumps [backports](https://github.com/marcandre/backports ) from 3.13.0 to 3.14.0.
- [Release notes](https://github.com/marcandre/backports/releases )
- [Changelog](https://github.com/marcandre/backports/blob/master/CHANGELOG.rdoc )
- [Commits](https://github.com/marcandre/backports/compare/v3.13.0...v3.14.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-29 05:01:07 +00:00
Markus Reiter
ea76a7aaaf
Unfreeze string.
2019-04-28 15:24:17 +02:00
Markus Reiter
85c3b55e2b
Fix exception in exception.
2019-04-28 15:16:47 +02:00
Mike McQuaid
21bb9f6f5b
Merge pull request #6071 from kiendang/fix-mutable-string
...
utils/github: fix mutable string syntax
2019-04-26 11:15:56 -07:00
kiendang
5c83729be9
Fix mutable string syntax
2019-04-26 23:03:40 +08:00
Xu Cheng
1dfdc5c2ec
reinstall: don't build bottles unnecessarily.
...
Apply the same changes from #6066 .
Also apply the same logics from `brew upgrade` to preserve
`installed_as_dependency`/`installed_on_request` settings
when reinstalling formulae.
2019-04-26 15:28:57 +08:00
Mike McQuaid
261e2e7926
utils/github: fix frozen string usage.
...
See https://discourse.brew.sh/t/error-cant-modify-frozen-string/4691/4
2019-04-25 23:28:50 -07:00
Mike McQuaid
193173f470
Merge pull request #6066 from MikeMcQuaid/upgrade-build-bottle-tweaks
...
upgrade: don't build bottles unnecessarily.
2019-04-25 14:28:25 -07:00
Mike McQuaid
0b685bb890
upgrade: don't build bottles unnecessarily.
...
Fixes #6063 .
2019-04-25 14:01:50 -07:00
Mike McQuaid
01ebe9135c
Merge pull request #6058 from lembacon/xcode-10.2.1
...
xcode: upgrade for Xcode 10.2.1 release
2019-04-24 17:21:07 -07:00
Mike McQuaid
70b07a914f
cmd/info: fix frozen pathname usage.
...
Fixes #6055 .
2019-04-24 14:17:04 -07:00
Chongyu Zhu
aea2804442
xcode: upgrade for Xcode 10.2.1 release
2019-04-24 22:48:00 +08:00
Chongyu Zhu
e3615add8c
python_virtualenv_constants: upgrade virtualenv to 16.5.0
2019-04-24 19:12:00 +08:00
Mike McQuaid
bb2779ecf8
Merge pull request #6054 from follower/patch-1
...
Fix check_for_unsupported_macos() on outdated releases
2019-04-23 23:23:37 -07:00
Mike McQuaid
bc3a4c1897
diagnostic: tweak frozen string handling.
2019-04-23 23:05:28 -07:00
Mike McQuaid
6325db9e37
utils: fix frozen string usage in odeprecated.
...
Fixes https://github.com/Homebrew/brew/issues/6053
2019-04-23 22:32:11 -07:00
follower
2064b30fce
Fix check_for_unsupported_macos() on outdated releases
...
Recent commit 36dbad3922
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.
2019-04-24 15:02:13 +12:00
Mike McQuaid
47c886117b
compat: add missing frozen string literals.
...
These weren't added yet due to CI being run at different times to
merges.
2019-04-23 09:42:36 -07:00
Mike McQuaid
6b2dbbc96f
Merge pull request #6042 from MikeMcQuaid/boring_homebrew_display
...
config: don't show HOMEBREW_DISPLAY.
2019-04-22 13:07:20 -07:00
Mike McQuaid
0d54978ba8
Merge pull request #6036 from MikeMcQuaid/enable-frozen-string-literal
...
Use FrozenStringLiteralComment instead of flag.
2019-04-22 13:07:08 -07:00
Mike McQuaid
b89589ea29
Merge pull request #6045 from Homebrew/dependabot/bundler/Library/Homebrew/rspec-expectations-3.8.3
...
Bump rspec-expectations from 3.8.2 to 3.8.3 in /Library/Homebrew
2019-04-22 13:06:46 -07:00
Mike McQuaid
21e07b1ad4
Merge pull request #6046 from Homebrew/dependabot/bundler/Library/Homebrew/unf_ext-0.0.7.6
...
Bump unf_ext from 0.0.7.5 to 0.0.7.6 in /Library/Homebrew
2019-04-22 13:06:33 -07:00
dependabot[bot]
d23f324acb
[Security] Bump nokogiri from 1.10.2 to 1.10.3 in /Library/Homebrew
...
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>
2019-04-22 18:18:00 +00:00
dependabot[bot]
39d62762eb
Bump unf_ext from 0.0.7.5 to 0.0.7.6 in /Library/Homebrew
...
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>
2019-04-22 06:36:22 +00:00
dependabot[bot]
3ffc01175f
Bump rspec-expectations from 3.8.2 to 3.8.3 in /Library/Homebrew
...
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>
2019-04-22 06:35:49 +00:00
Markus Reiter
ce15622584
Add *_to_slashes
methods to compat
.
2019-04-20 23:58:48 +02:00
Mike McQuaid
58e57f2d49
config: don't show HOMEBREW_DISPLAY.
...
This is set by XQuartz and not needed information for us.
2019-04-20 16:22:10 +09:00
Mike McQuaid
fc6bd2ea1c
Fixup more frozen string handling.
2019-04-20 14:07:29 +09:00
Mike McQuaid
36dbad3922
Add frozen_string_literal to all files.
2019-04-20 13:27:36 +09:00
Mike McQuaid
f76b083b91
Use FrozenStringLiteralComment instead of flag.
...
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.
2019-04-20 13:25:33 +09:00
Mike McQuaid
e68fc530c0
Merge pull request #6040 from claui/endorse-adoptopenjdk
...
Endorse AdoptOpenJDK instead of Oracle OpenJDK
2019-04-20 13:14:26 +09:00
Claudia
f155ede7fb
Endorse AdoptOpenJDK instead of Oracle OpenJDK
...
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
```
2019-04-19 18:00:31 +02:00
Mike McQuaid
d1ea6f38d3
Fix mutable constants violations.
2019-04-19 21:46:20 +09:00
Mike McQuaid
420e63ebcd
Freeze more mutable constants.
...
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).
2019-04-19 18:08:05 +09:00
Mike McQuaid
d42f562d45
Merge pull request #6038 from GauthamGoli/extract-args-fix
...
extract: Replace ARGV.named with args.remaining
2019-04-19 17:40:55 +09:00
Gautham Goli
8374c3713a
extract: Replace ARGV.named with args.remaining
2019-04-19 13:13:43 +05:30
Mike McQuaid
4b369962d3
test: kill all subprocesses on timeout.
...
Fixes #5885 .
2019-04-19 14:42:26 +09:00
Mike McQuaid
8f5be03cb8
Merge pull request #6029 from MikeMcQuaid/frozen-string-literal
...
Enable/fix optional Ruby frozen string literal usage
2019-04-19 13:25:43 +09:00