From eb53af10d7d4f6b8326c933fea2251b0e76b3608 Mon Sep 17 00:00:00 2001 From: Wojtek Naruniec Date: Fri, 3 Jul 2026 10:25:00 +0200 Subject: [PATCH 1/2] Update CI to Xcode 26.6 and Ruby 3.4.9 Ruby 3.4.9 fixes the bundle install failure with native-code gems (Nokogiri) present since Xcode 26.4. Co-Authored-By: Claude Opus 4.8 --- .ruby-version | 2 +- .xcode-version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ruby-version b/.ruby-version index be94e6f53d..7bcbb3808b 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.2.2 +3.4.9 diff --git a/.xcode-version b/.xcode-version index 3e9e908d31..7363977a2a 100644 --- a/.xcode-version +++ b/.xcode-version @@ -1 +1 @@ -26.4.1 +26.6 From 086d1780b172a1bb7329d1c54760b196a0ca23ef Mon Sep 17 00:00:00 2001 From: Gio Lodi Date: Tue, 7 Jul 2026 17:51:38 +1000 Subject: [PATCH 2/2] Re-bundle gems with latest Bundler, 4.0.15 Seems appropriate following up to the Ruby 3.4.9 update. --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 031593534e..471c2c0e19 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -349,4 +349,4 @@ DEPENDENCIES rubocop (~> 1.88) BUNDLED WITH - 2.6.8 + 4.0.15