Skip to content

Commit df4d3f7

Browse files
committed
Bump fastlane to latest, 2.236.0, to remove multi_json constraint
1 parent a477420 commit df4d3f7

2 files changed

Lines changed: 6 additions & 13 deletions

File tree

Gemfile

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,5 @@
22

33
source 'https://rubygems.org'
44

5-
gem 'fastlane', '~> 2.235'
5+
gem 'fastlane', '~> 2.236'
66
gem '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'

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ GEM
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)
@@ -77,7 +77,7 @@ GEM
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)
@@ -106,9 +106,10 @@ GEM
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

297298
DEPENDENCIES
298-
fastlane (~> 2.235)
299+
fastlane (~> 2.236)
299300
fastlane-plugin-wpmreleasetoolkit (~> 14.6)
300-
multi_json
301301

302302
BUNDLED WITH
303303
2.5.11

0 commit comments

Comments
 (0)