-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build(deps): bump plist from 3.7.0 to 3.7.1 in /Library/Homebrew #16402
build(deps): bump plist from 3.7.0 to 3.7.1 in /Library/Homebrew #16402
Conversation
Bumps [plist](https://github.com/patsplat/plist) from 3.7.0 to 3.7.1. - [Release notes](https://github.com/patsplat/plist/releases) - [Changelog](https://github.com/patsplat/plist/blob/master/CHANGELOG.rdoc) - [Commits](patsplat/plist@v3.7.0...v3.7.1) --- updated-dependencies: - dependency-name: plist dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
This new version of the |
Or since we're still on Ruby 3.1 we could just require it and decide on whether to keep it later on. It's still a part of the standard library right now; it's just no longer included indirectly. |
This was required previously by the `plist` gem and we were requiring it indirectly. It got removed in v1.7.1 of that gem because it will no longer be included in the standard library as of Ruby 3.4. Since we're not currently running on Ruby 3.3 and 3.4 is not out yet, we can punt on this for now but we'll need to figure out a better alternative before upgrading to Ruby 3.4. Related: - patsplat/plist#63
URL safe variant needs an extra swap of a couple characters but otherwise yes it's fairly lightweight. Fine to just require for now but yeah we'd probably want to think about something for Ruby 3.3 (since it'll start warning there) rather than 3.4. |
Thanks @Bo98 and @apainintheneck! |
Bumps plist from 3.7.0 to 3.7.1.
Release notes
Sourced from plist's releases.
Changelog
Sourced from plist's changelog.
Commits
99a851c
Release 3.7.14b87dcf
Remove runtime dependency on base64 gem to fix Ruby 3.3 warning (#63)67c4724
Add Ruby 3.3 to CI and fix CI for Ruby < 2.3 (#64)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)