From 072fc8e5da2a33e0e2656b53540b68ffc32d4863 Mon Sep 17 00:00:00 2001 From: mpbw2 <59324545+mpbw2@users.noreply.github.com> Date: Thu, 30 Apr 2026 14:15:58 -0400 Subject: [PATCH] [PM-36177] Pin bundler dependencies (#6858) --- Gemfile | 18 +++++++++--------- Gemfile.lock | 22 ++++++++++++---------- 2 files changed, 21 insertions(+), 19 deletions(-) diff --git a/Gemfile b/Gemfile index 15a9fa0f81..a195c7b21c 100644 --- a/Gemfile +++ b/Gemfile @@ -1,21 +1,21 @@ -source "https://rubygems.org" +source 'https://rubygems.org' ruby File.read(".ruby-version").strip -gem 'fastlane' -gem 'time' +gem 'fastlane', '2.229.1' +gem 'time', '0.4.2' plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile') eval_gemfile(plugins_path) if File.exist?(plugins_path) # Since ruby 3.4.0 these are not included in the standard library -gem 'abbrev' -gem 'logger' -gem 'mutex_m' -gem 'csv' +gem 'abbrev', '0.1.2' +gem 'logger', '1.7.0' +gem 'mutex_m', '0.3.0' +gem 'csv', '3.3.5' # Since ruby 3.4.1 these are not included in the standard library -gem 'nkf' +gem 'nkf', '0.2.0' # Starting with Ruby 3.5.0, these are not included in the standard library -gem 'ostruct' +gem 'ostruct', '0.6.3' diff --git a/Gemfile.lock b/Gemfile.lock index 5cbd1f268a..642b50ca11 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -27,7 +27,7 @@ GEM aws-sigv4 (1.12.1) aws-eventstream (~> 1, >= 1.0.2) babosa (1.0.4) - base64 (0.3.0) + base64 (0.2.0) bigdecimal (4.1.2) claide (1.1.0) colored (1.2) @@ -72,13 +72,14 @@ GEM faraday_middleware (1.2.1) faraday (~> 1.0) fastimage (2.4.1) - fastlane (2.229.0) + fastlane (2.229.1) CFPropertyList (>= 2.3, < 4.0.0) abbrev (~> 0.1.2) addressable (>= 2.8, < 3.0.0) artifactory (~> 3.0) aws-sdk-s3 (~> 1.0) babosa (>= 1.0.3, < 2.0.0) + base64 (~> 0.2.0) bundler (>= 1.12.0, < 3.0.0) colored (~> 1.2) commander (~> 4.6) @@ -104,6 +105,7 @@ GEM multipart-post (>= 2.0.0, < 3.0.0) mutex_m (~> 0.3.0) naturally (~> 2.2) + nkf (~> 0.2.0) optparse (>= 0.1.1, < 1.0.0) plist (>= 3.1.0, < 4.0.0) rubyzip (>= 2.0.0, < 3.0.0) @@ -233,15 +235,15 @@ PLATFORMS ruby DEPENDENCIES - abbrev - csv - fastlane + abbrev (= 0.1.2) + csv (= 3.3.5) + fastlane (= 2.229.1) fastlane-plugin-firebase_app_distribution - logger - mutex_m - nkf - ostruct - time + logger (= 1.7.0) + mutex_m (= 0.3.0) + nkf (= 0.2.0) + ostruct (= 0.6.3) + time (= 0.4.2) RUBY VERSION ruby 3.4.2p28