Skip to content
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

Merged
merged 4 commits into from
Dec 28, 2023

Commits on Dec 26, 2023

  1. build(deps): bump plist from 3.7.0 to 3.7.1 in /Library/Homebrew

    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]>
    dependabot[bot] authored Dec 26, 2023
    Configuration menu
    Copy the full SHA
    b46a48d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d22821 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    428450d View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. api: require base64

    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
    apainintheneck committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    b61d74f View commit details
    Browse the repository at this point in the history