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 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 b31e17d06..b989b75b4 100644 --- a/macos/Gemfile.lock +++ b/macos/Gemfile.lock @@ -5,25 +5,26 @@ GEM base64 nkf rexml + abbrev (0.1.2) addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) artifactory (3.0.17) atomos (0.1.3) aws-eventstream (1.3.0) - aws-partitions (1.1031.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) @@ -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) @@ -177,7 +180,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,18 +215,14 @@ 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 + abbrev fastlane (~> 2.225.0) + mutex_m + ostruct BUNDLED WITH 2.6.2