From c34ad7216b65ef662d6fd7a8744b092ff3c6c9d9 Mon Sep 17 00:00:00 2001 From: sensuikan1973 Date: Tue, 7 Jan 2025 18:24:34 +0900 Subject: [PATCH 1/4] upgrade rubyu and bundler --- macos/Gemfile.lock | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/macos/Gemfile.lock b/macos/Gemfile.lock index b31e17d06..14e313c23 100644 --- a/macos/Gemfile.lock +++ b/macos/Gemfile.lock @@ -10,7 +10,7 @@ GEM artifactory (3.0.17) atomos (0.1.3) aws-eventstream (1.3.0) - aws-partitions (1.1031.0) + aws-partitions (1.1032.0) aws-sdk-core (3.214.1) aws-eventstream (~> 1, >= 1.3.0) aws-partitions (~> 1, >= 1.992.0) @@ -177,7 +177,7 @@ GEM rexml (3.4.0) rouge (2.0.7) ruby2_keywords (0.0.5) - rubyzip (2.4) + rubyzip (2.4.1) security (0.1.5) signet (0.19.0) addressable (~> 2.8) @@ -212,15 +212,8 @@ GEM xcpretty (~> 0.2, >= 0.0.7) PLATFORMS - arm64-darwin-22 - arm64-darwin-23 - x86_64-darwin-19 - x86_64-darwin-20 - x86_64-darwin-21 - x86_64-darwin-22 - x86_64-darwin-23 + ruby x86_64-darwin-24 - x86_64-linux DEPENDENCIES fastlane (~> 2.225.0) From 50e70e42a29a04bd722da5c492c9a13ef2bb733a Mon Sep 17 00:00:00 2001 From: sensuikan1973 Date: Tue, 7 Jan 2025 18:25:52 +0900 Subject: [PATCH 2/4] fix --- .ruby-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ruby-version b/.ruby-version index 9c25013db..47b322c97 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.3.6 +3.4.1 From 6810d2669dea1b2d702d4e9e76e4da77fb80140c Mon Sep 17 00:00:00 2001 From: sensuikan1973 Date: Thu, 16 Jan 2025 23:06:30 +0900 Subject: [PATCH 3/4] bundle update --- macos/Gemfile.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/macos/Gemfile.lock b/macos/Gemfile.lock index 14e313c23..4d8193f04 100644 --- a/macos/Gemfile.lock +++ b/macos/Gemfile.lock @@ -10,20 +10,20 @@ GEM artifactory (3.0.17) atomos (0.1.3) aws-eventstream (1.3.0) - aws-partitions (1.1032.0) - aws-sdk-core (3.214.1) + aws-partitions (1.1038.0) + aws-sdk-core (3.216.0) aws-eventstream (~> 1, >= 1.3.0) aws-partitions (~> 1, >= 1.992.0) aws-sigv4 (~> 1.9) jmespath (~> 1, >= 1.6.1) - aws-sdk-kms (1.96.0) - aws-sdk-core (~> 3, >= 3.210.0) + aws-sdk-kms (1.97.0) + aws-sdk-core (~> 3, >= 3.216.0) aws-sigv4 (~> 1.5) - aws-sdk-s3 (1.177.0) - aws-sdk-core (~> 3, >= 3.210.0) + aws-sdk-s3 (1.178.0) + aws-sdk-core (~> 3, >= 3.216.0) aws-sdk-kms (~> 1) aws-sigv4 (~> 1.5) - aws-sigv4 (1.10.1) + aws-sigv4 (1.11.0) aws-eventstream (~> 1, >= 1.0.2) babosa (1.0.4) base64 (0.2.0) From af67b569db6a767a9af85dabeebba72629f58187 Mon Sep 17 00:00:00 2001 From: sensuikan1973 Date: Fri, 17 Jan 2025 00:55:20 +0900 Subject: [PATCH 4/4] https://github.com/fastlane/fastlane/issues/29183#issuecomment-2567093826 --- macos/Gemfile | 5 +++++ macos/Gemfile.lock | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/macos/Gemfile b/macos/Gemfile index 413a1f0d6..9dad378c4 100644 --- a/macos/Gemfile +++ b/macos/Gemfile @@ -1,3 +1,8 @@ source "https://rubygems.org" gem 'fastlane', '~> 2.225.0' + +# https://github.com/fastlane/fastlane/issues/29183#issuecomment-2567093826 +gem "abbrev" +gem "mutex_m" +gem "ostruct" diff --git a/macos/Gemfile.lock b/macos/Gemfile.lock index 4d8193f04..b989b75b4 100644 --- a/macos/Gemfile.lock +++ b/macos/Gemfile.lock @@ -5,6 +5,7 @@ GEM base64 nkf rexml + abbrev (0.1.2) addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) artifactory (3.0.17) @@ -161,11 +162,13 @@ GEM mini_mime (1.1.5) multi_json (1.15.0) multipart-post (2.4.1) + mutex_m (0.3.0) nanaimo (0.4.0) naturally (2.2.1) nkf (0.2.0) optparse (0.6.0) os (1.1.4) + ostruct (0.6.1) plist (3.7.2) public_suffix (6.0.1) rake (13.2.1) @@ -216,7 +219,10 @@ PLATFORMS x86_64-darwin-24 DEPENDENCIES + abbrev fastlane (~> 2.225.0) + mutex_m + ostruct BUNDLED WITH 2.6.2