From 349b42b2f76937f3977345de997c7e38b8b3b749 Mon Sep 17 00:00:00 2001 From: Arkadiusz Fal Date: Sat, 15 Nov 2025 20:27:32 +0100 Subject: [PATCH] Update Ruby dependencies in Gemfile.lock - Update CFPropertyList from 3.0.7 to 3.0.8 - Update AWS SDK packages (aws-partitions, aws-sdk-core, aws-sdk-s3) - Update faraday-cookie_jar dependency - Update bundler version and add arm64-darwin-25 platform support --- Gemfile.lock | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index fa69b3e3..e99da935 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,17 +1,14 @@ GEM remote: https://rubygems.org/ specs: - CFPropertyList (3.0.7) - base64 - nkf - rexml + CFPropertyList (3.0.8) addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) artifactory (3.0.17) atomos (0.1.3) aws-eventstream (1.4.0) - aws-partitions (1.1181.0) - aws-sdk-core (3.236.0) + aws-partitions (1.1182.0) + aws-sdk-core (3.237.0) aws-eventstream (~> 1, >= 1.3.0) aws-partitions (~> 1, >= 1.992.0) aws-sigv4 (~> 1.9) @@ -22,7 +19,7 @@ GEM aws-sdk-kms (1.117.0) aws-sdk-core (~> 3, >= 3.234.0) aws-sigv4 (~> 1.5) - aws-sdk-s3 (1.203.0) + aws-sdk-s3 (1.203.1) aws-sdk-core (~> 3, >= 3.234.0) aws-sdk-kms (~> 1) aws-sigv4 (~> 1.5) @@ -55,9 +52,9 @@ GEM faraday-rack (~> 1.0) faraday-retry (~> 1.0) ruby2_keywords (>= 0.0.4) - faraday-cookie_jar (0.0.7) + faraday-cookie_jar (0.0.8) faraday (>= 0.8.0) - http-cookie (~> 1.0.0) + http-cookie (>= 1.0.0) faraday-em_http (1.0.0) faraday-em_synchrony (1.0.1) faraday-excon (1.1.0) @@ -170,7 +167,6 @@ GEM mutex_m (0.3.0) nanaimo (0.4.0) naturally (2.3.0) - nkf (0.2.0) optparse (0.8.0) os (1.1.4) plist (3.7.2) @@ -222,6 +218,7 @@ PLATFORMS arm64-darwin-21 arm64-darwin-23 arm64-darwin-24 + arm64-darwin-25 x86_64-darwin-19 x86_64-darwin-20 x86_64-darwin-21 @@ -231,4 +228,4 @@ DEPENDENCIES fastlane BUNDLED WITH - 2.6.3 + 2.5.22