File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33source 'https://rubygems.org'
44
5- gem 'fastlane' , '~> 2.235 '
5+ gem 'fastlane' , '~> 2.236 '
66gem 'fastlane-plugin-wpmreleasetoolkit' , '~> 14.6'
7- # fastlane <= 2.235.0 crashes at startup on Ruby 3.3+ with "multi_json is not
8- # part of the bundle": Google stopped pulling multi_json transitively
9- # (googleapis/google-api-ruby-client#26611) and fastlane eagerly loads its
10- # Google Play actions, which require it through representable. fastlane re-added
11- # it as a direct dependency for 2.236.0 (fastlane/fastlane#30062) — drop this
12- # line once the lock is on fastlane >= 2.236.0.
13- gem 'multi_json'
Original file line number Diff line number Diff line change 88 artifactory (3.0.17 )
99 atomos (0.1.3 )
1010 aws-eventstream (1.4.0 )
11- aws-partitions (1.1258 .0 )
11+ aws-partitions (1.1259 .0 )
1212 aws-sdk-core (3.251.0 )
1313 aws-eventstream (~> 1 , >= 1.3.0 )
1414 aws-partitions (~> 1 , >= 1.992.0 )
7777 faraday_middleware (1.2.1 )
7878 faraday (~> 1.0 )
7979 fastimage (2.4.1 )
80- fastlane (2.235 .0 )
80+ fastlane (2.236 .0 )
8181 CFPropertyList (>= 2.3 , < 5.0.0 )
8282 abbrev (~> 0.1 )
8383 addressable (>= 2.8 , < 3.0.0 )
106106 highline (~> 2.0 )
107107 http-cookie (~> 1.0.5 )
108108 json (< 3.0.0 )
109- jwt (>= 2.1.0 , < 4 )
109+ jwt (>= 2.10.3 , < 4 )
110110 logger (>= 1.6 , < 2.0 )
111111 mini_magick (>= 4.9.4 , < 5.0.0 )
112+ multi_json (~> 1.12 )
112113 multipart-post (>= 2.0.0 , < 3.0.0 )
113114 mutex_m (~> 0.3 )
114115 naturally (~> 2.2 )
@@ -295,9 +296,8 @@ PLATFORMS
295296 ruby
296297
297298DEPENDENCIES
298- fastlane (~> 2.235 )
299+ fastlane (~> 2.236 )
299300 fastlane-plugin-wpmreleasetoolkit (~> 14.6 )
300- multi_json
301301
302302BUNDLED WITH
303303 2.5.11
You can’t perform that action at this time.
0 commit comments