File tree Expand file tree Collapse file tree 2 files changed +16
-9
lines changed Expand file tree Collapse file tree 2 files changed +16
-9
lines changed Original file line number Diff line number Diff line change @@ -2,5 +2,9 @@ source "https://rubygems.org"
22
33gem "fastlane"
44
5+ # bundle exec fix for ruby 3.4
6+ gem "abbrev"
7+ gem "csv"
8+
59plugins_path = File . join ( File . dirname ( __FILE__ ) , 'fastlane' , 'Pluginfile' )
610eval_gemfile ( plugins_path ) if File . exist? ( plugins_path )
Original file line number Diff line number Diff line change 55 base64
66 nkf
77 rexml
8+ abbrev (0.1.2 )
89 addressable (2.8.7 )
910 public_suffix (>= 2.0.2 , < 7.0 )
1011 artifactory (3.0.17 )
1112 atomos (0.1.3 )
1213 aws-eventstream (1.4.0 )
13- aws-partitions (1.1116 .0 )
14- aws-sdk-core (3.225.2 )
14+ aws-partitions (1.1122 .0 )
15+ aws-sdk-core (3.226.1 )
1516 aws-eventstream (~> 1 , >= 1.3.0 )
1617 aws-partitions (~> 1 , >= 1.992.0 )
1718 aws-sigv4 (~> 1.9 )
1819 base64
1920 jmespath (~> 1 , >= 1.6.1 )
2021 logger
21- aws-sdk-kms (1.105 .0 )
22+ aws-sdk-kms (1.106 .0 )
2223 aws-sdk-core (~> 3 , >= 3.225.0 )
2324 aws-sigv4 (~> 1.5 )
24- aws-sdk-s3 (1.189.1 )
25+ aws-sdk-s3 (1.191.0 )
2526 aws-sdk-core (~> 3 , >= 3.225.0 )
2627 aws-sdk-kms (~> 1 )
2728 aws-sigv4 (~> 1.5 )
3435 colored2 (3.1.2 )
3536 commander (4.6.0 )
3637 highline (~> 2.0.0 )
38+ csv (3.3.5 )
3739 declarative (0.0.20 )
3840 digest-crc (0.7.0 )
3941 rake (>= 12.0.0 , < 14.0.0 )
5759 faraday (>= 0.8.0 )
5860 http-cookie (~> 1.0.0 )
5961 faraday-em_http (1.0.0 )
60- faraday-em_synchrony (1.0.0 )
62+ faraday-em_synchrony (1.0.1 )
6163 faraday-excon (1.1.0 )
6264 faraday-httpclient (1.0.1 )
63- faraday-multipart (1.1.0 )
65+ faraday-multipart (1.1.1 )
6466 multipart-post (~> 2.0 )
6567 faraday-net_http (1.0.2 )
6668 faraday-net_http_persistent (1.2.0 )
@@ -221,15 +223,16 @@ GEM
221223 xcpretty (~> 0.2 , >= 0.0.7 )
222224
223225PLATFORMS
224- arm64-darwin-22
225- arm64-darwin-23
226226 arm64-darwin-24
227+ ruby
227228
228229DEPENDENCIES
230+ abbrev
231+ csv
229232 fastlane
230233 fastlane-plugin-sentry
231234 fastlane-plugin-telegram
232235 fastlane-plugin-xcconfig
233236
234237BUNDLED WITH
235- 2.4.19
238+ 2.6.9
You can’t perform that action at this time.
0 commit comments