[PM-36177] Pin bundler dependencies (#6858)

This commit is contained in:
mpbw2
2026-04-30 14:15:58 -04:00
committed by GitHub
parent d67d05ebb2
commit 072fc8e5da
2 changed files with 21 additions and 19 deletions

18
Gemfile
View File

@@ -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'

View File

@@ -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