From b0c2743e41a4cd065ae2a2c7cb725532c5607747 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 14:35:47 +0000 Subject: [PATCH 1/3] Bump faraday in the bundler group across 1 directory Bumps the bundler group with 1 update in the / directory: [faraday](https://github.com/lostisland/faraday). Updates `faraday` from 1.10.2 to 1.10.5 - [Release notes](https://github.com/lostisland/faraday/releases) - [Changelog](https://github.com/lostisland/faraday/blob/main/CHANGELOG.md) - [Commits](https://github.com/lostisland/faraday/compare/v1.10.2...v1.10.5) --- updated-dependencies: - dependency-name: faraday dependency-version: 1.10.5 dependency-type: indirect dependency-group: bundler ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 5b593af..ad5c588 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -90,7 +90,7 @@ GEM escape (0.0.4) ethon (0.16.0) ffi (>= 1.15.0) - faraday (1.10.2) + faraday (1.10.5) faraday-em_http (~> 1.0) faraday-em_synchrony (~> 1.0) faraday-excon (~> 1.1) @@ -103,14 +103,14 @@ GEM faraday-retry (~> 1.0) ruby2_keywords (>= 0.0.4) faraday-em_http (1.0.0) - faraday-em_synchrony (1.0.0) + faraday-em_synchrony (1.0.1) faraday-excon (1.1.0) faraday-http-cache (2.4.1) faraday (>= 0.8) faraday-httpclient (1.0.1) - faraday-multipart (1.0.4) - multipart-post (~> 2) - faraday-net_http (1.0.1) + faraday-multipart (1.2.0) + multipart-post (~> 2.0) + faraday-net_http (1.0.2) faraday-net_http_persistent (1.2.0) faraday-patron (1.0.0) faraday-rack (1.0.0) @@ -132,7 +132,7 @@ GEM kramdown (~> 2.0) minitest (5.22.3) molinillo (0.8.0) - multipart-post (2.2.3) + multipart-post (2.4.1) mutex_m (0.2.0) nanaimo (0.3.0) nap (1.1.0) From ede8a04ef4b75dd34c85a78173f806c946697868 Mon Sep 17 00:00:00 2001 From: Nick Cooke <36927374+ncooke3@users.noreply.github.com> Date: Thu, 12 Feb 2026 09:48:07 -0500 Subject: [PATCH 2/3] Update google-utilities.yml --- .github/workflows/google-utilities.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/google-utilities.yml b/.github/workflows/google-utilities.yml index fc4822e..3374db8 100644 --- a/.github/workflows/google-utilities.yml +++ b/.github/workflows/google-utilities.yml @@ -80,9 +80,9 @@ jobs: run: | sudo xcode-select -s '/Applications/Xcode_16.2.app/Contents/Developer' xcodebuild -list - - name: Install iOS Simulator - if: matrix.target == 'iOS' - run: xcodebuild -downloadPlatform iOS + - name: Install Simulator + if: matrix.target != 'catalyst' + run: xcodebuild -downloadPlatform ${{ matrix.target }} - name: iOS Unit Tests run: scripts/third_party/travis/retry.sh scripts/build.sh GoogleUtilities-Package ${{ matrix.target }} spm From 7df2314945870406847e5a8a641f039ca2e14372 Mon Sep 17 00:00:00 2001 From: Nick Cooke <36927374+ncooke3@users.noreply.github.com> Date: Thu, 12 Feb 2026 17:27:01 -0500 Subject: [PATCH 3/3] Apply suggestions from code review --- .github/workflows/google-utilities.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/google-utilities.yml b/.github/workflows/google-utilities.yml index 3374db8..c0c4077 100644 --- a/.github/workflows/google-utilities.yml +++ b/.github/workflows/google-utilities.yml @@ -81,7 +81,7 @@ jobs: sudo xcode-select -s '/Applications/Xcode_16.2.app/Contents/Developer' xcodebuild -list - name: Install Simulator - if: matrix.target != 'catalyst' + if: matrix.target == 'iOS' || matrix.target == 'tvOS' run: xcodebuild -downloadPlatform ${{ matrix.target }} - name: iOS Unit Tests run: scripts/third_party/travis/retry.sh scripts/build.sh GoogleUtilities-Package ${{ matrix.target }} spm