From 16a792b6233ef7626e4979aa0b5ea2708f7ecb3e Mon Sep 17 00:00:00 2001 From: joaolfp Date: Tue, 7 Oct 2025 23:19:06 -0300 Subject: [PATCH] Xcode 26 Support --- .github/workflows/CI.yml | 4 ++-- .xcode-version | 2 +- Gemfile.lock | 18 +++++++++--------- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 7c1feba..d507b0c 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -1,10 +1,10 @@ name: CI -on: [push, pull_request] +on: [pull_request] jobs: build: - runs-on: macOS-15 + runs-on: macOS-26 steps: - uses: actions/checkout@v5 diff --git a/.xcode-version b/.xcode-version index b21be52..3fd5462 100644 --- a/.xcode-version +++ b/.xcode-version @@ -1 +1 @@ -16.4.0 \ No newline at end of file +26.0.1 \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index 9adb9ed..2b5fd6c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -17,7 +17,7 @@ GEM public_suffix (>= 2.0.2, < 7.0) base64 (0.3.0) benchmark (0.4.1) - bigdecimal (3.2.3) + bigdecimal (3.3.0) claide (1.1.0) claide-plugins (0.9.2) cork @@ -47,7 +47,7 @@ GEM rake (> 10) thor (~> 1.4) drb (2.2.3) - faraday (2.13.4) + faraday (2.14.0) faraday-net_http (>= 2.0, < 3.5) json logger @@ -62,7 +62,7 @@ GEM rchardet (~> 1.8) i18n (1.14.7) concurrent-ruby (~> 1.0) - json (2.13.2) + json (2.15.1) kramdown (2.5.1) rexml (>= 3.3.9) kramdown-parser-gfm (1.1.0) @@ -80,8 +80,8 @@ GEM pstore (0.2.0) public_suffix (6.0.2) rake (13.3.0) - rchardet (1.9.0) - rexml (3.4.2) + rchardet (1.10.0) + rexml (3.4.4) sawyer (0.9.2) addressable (>= 2.3.5) faraday (>= 0.17.3, < 3) @@ -91,10 +91,10 @@ GEM thor (1.4.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (3.1.5) - unicode-emoji (~> 4.0, >= 4.0.4) - unicode-emoji (4.0.4) - uri (1.0.3) + unicode-display_width (3.2.0) + unicode-emoji (~> 4.1) + unicode-emoji (4.1.0) + uri (1.0.4) PLATFORMS arm64-darwin-22