From e157e627b873732cdd485f349174bca69caa1e8c Mon Sep 17 00:00:00 2001 From: Ken-ichi Ueda Date: Fri, 25 Oct 2024 15:04:54 -0700 Subject: [PATCH] chore: use forked gem to work around fastlane random number bug --- Gemfile | 2 ++ Gemfile.lock | 21 +++++++++++++-------- 2 files changed, 15 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 35bbf52b2..97e9d3fd0 100644 --- a/Gemfile +++ b/Gemfile @@ -10,4 +10,6 @@ gem "cocoapods", ">= 1.13", "< 1.15" gem "activesupport", ">= 6.1.7.5", "< 7.1.0" gem "fastlane" +# Temporary workaround for https://github.com/fastlane/fastlane/issues/26682 +gem "fastlane-sirp", git: "https://github.com/appbot/fastlane-sirp.git", ref: "sysrandom_fix" gem "nokogiri" diff --git a/Gemfile.lock b/Gemfile.lock index 2eb33d91d..a80fcdc9b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,3 +1,10 @@ +GIT + remote: https://github.com/appbot/fastlane-sirp.git + revision: 189b2340a6064764f994b24f7fdae0dbbb458130 + ref: sysrandom_fix + specs: + fastlane-sirp (1.0.0) + GEM remote: https://rubygems.org/ specs: @@ -18,8 +25,8 @@ GEM artifactory (3.0.17) atomos (0.1.3) aws-eventstream (1.3.0) - aws-partitions (1.992.0) - aws-sdk-core (3.210.0) + aws-partitions (1.996.0) + aws-sdk-core (3.211.0) aws-eventstream (~> 1, >= 1.3.0) aws-partitions (~> 1, >= 1.992.0) aws-sigv4 (~> 1.9) @@ -31,7 +38,7 @@ GEM aws-sdk-core (~> 3, >= 3.210.0) aws-sdk-kms (~> 1) aws-sigv4 (~> 1.5) - aws-sigv4 (1.10.0) + aws-sigv4 (1.10.1) aws-eventstream (~> 1, >= 1.0.2) babosa (1.0.4) base64 (0.2.0) @@ -159,8 +166,6 @@ GEM xcodeproj (>= 1.13.0, < 2.0.0) xcpretty (~> 0.3.0) xcpretty-travis-formatter (>= 0.0.3, < 2.0.0) - fastlane-sirp (1.0.0) - sysrandom (~> 1.0) ffi (1.16.3) fourflusher (2.3.1) fuzzy_match (2.0.4) @@ -208,7 +213,7 @@ GEM i18n (1.14.1) concurrent-ruby (~> 1.0) jmespath (1.6.2) - json (2.7.2) + json (2.7.4) jwt (2.9.3) base64 mini_magick (4.13.2) @@ -237,7 +242,7 @@ GEM trailblazer-option (>= 0.1.1, < 0.2.0) uber (< 0.2.0) retriable (3.1.2) - rexml (3.3.8) + rexml (3.3.9) rouge (2.0.7) ruby-macho (2.5.1) ruby2_keywords (0.0.5) @@ -251,7 +256,6 @@ GEM simctl (1.6.10) CFPropertyList naturally - sysrandom (1.0.5) terminal-notifier (2.0.0) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) @@ -286,6 +290,7 @@ DEPENDENCIES activesupport (>= 6.1.7.5, < 7.1.0) cocoapods (>= 1.13, < 1.15) fastlane + fastlane-sirp! nokogiri RUBY VERSION