Skip to content

Commit 3bbebfd

Browse files
committed
ci: ensure all dependencies including nokogiri are compatible with Ruby 3
1 parent a3a4ee8 commit 3bbebfd

File tree

2 files changed

+37
-37
lines changed

2 files changed

+37
-37
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source "https://rubygems.org"
22

3-
gem "fastlane"
3+
gem "fastlane", ">= 2.220.0"
44
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
55
eval_gemfile(plugins_path) if File.exist?(plugins_path)

Gemfile.lock

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,14 @@ GEM
7070
faraday_middleware (1.2.1)
7171
faraday (~> 1.0)
7272
fastimage (2.4.0)
73-
fastlane (2.218.0)
73+
fastlane (2.227.2)
7474
CFPropertyList (>= 2.3, < 4.0.0)
7575
addressable (>= 2.8, < 3.0.0)
7676
artifactory (~> 3.0)
7777
aws-sdk-s3 (~> 1.0)
7878
babosa (>= 1.0.3, < 2.0.0)
7979
bundler (>= 1.12.0, < 3.0.0)
80-
colored
80+
colored (~> 1.2)
8181
commander (~> 4.6)
8282
dotenv (>= 2.1.1, < 3.0.0)
8383
emoji_regex (>= 0.1, < 4.0)
@@ -86,9 +86,11 @@ GEM
8686
faraday-cookie_jar (~> 0.0.6)
8787
faraday_middleware (~> 1.0)
8888
fastimage (>= 2.1.0, < 3.0.0)
89+
fastlane-sirp (>= 1.0.0)
8990
gh_inspector (>= 1.1.2, < 2.0.0)
9091
google-apis-androidpublisher_v3 (~> 0.3)
9192
google-apis-playcustomapp_v1 (~> 0.1)
93+
google-cloud-env (>= 1.6.0, < 2.0.0)
9294
google-cloud-storage (~> 1.31)
9395
highline (~> 2.0)
9496
http-cookie (~> 1.0.5)
@@ -97,64 +99,61 @@ GEM
9799
mini_magick (>= 4.9.4, < 5.0.0)
98100
multipart-post (>= 2.0.0, < 3.0.0)
99101
naturally (~> 2.2)
100-
optparse (>= 0.1.1)
102+
optparse (>= 0.1.1, < 1.0.0)
101103
plist (>= 3.1.0, < 4.0.0)
102104
rubyzip (>= 2.0.0, < 3.0.0)
103-
security (= 0.1.3)
105+
security (= 0.1.5)
104106
simctl (~> 1.6.3)
105107
terminal-notifier (>= 2.0.0, < 3.0.0)
106108
terminal-table (~> 3)
107109
tty-screen (>= 0.6.3, < 1.0.0)
108110
tty-spinner (>= 0.8.0, < 1.0.0)
109111
word_wrap (~> 1.0.0)
110112
xcodeproj (>= 1.13.0, < 2.0.0)
111-
xcpretty (~> 0.3.0)
112-
xcpretty-travis-formatter (>= 0.0.3)
113+
xcpretty (~> 0.4.1)
114+
xcpretty-travis-formatter (>= 0.0.3, < 2.0.0)
113115
fastlane-plugin-firebase_app_distribution (0.10.1)
114116
google-apis-firebaseappdistribution_v1 (~> 0.3.0)
115117
google-apis-firebaseappdistribution_v1alpha (~> 0.2.0)
118+
fastlane-sirp (1.0.0)
119+
sysrandom (~> 1.0)
116120
gh_inspector (1.1.3)
117-
google-apis-androidpublisher_v3 (0.80.0)
118-
google-apis-core (>= 0.15.0, < 2.a)
119-
google-apis-core (0.18.0)
121+
google-apis-androidpublisher_v3 (0.54.0)
122+
google-apis-core (>= 0.11.0, < 2.a)
123+
google-apis-core (0.11.3)
120124
addressable (~> 2.5, >= 2.5.1)
121-
googleauth (~> 1.9)
122-
httpclient (>= 2.8.3, < 3.a)
125+
googleauth (>= 0.16.2, < 2.a)
126+
httpclient (>= 2.8.1, < 3.a)
123127
mini_mime (~> 1.0)
124-
mutex_m
125128
representable (~> 3.0)
126129
retriable (>= 2.0, < 4.a)
130+
rexml
127131
google-apis-firebaseappdistribution_v1 (0.3.0)
128132
google-apis-core (>= 0.11.0, < 2.a)
129133
google-apis-firebaseappdistribution_v1alpha (0.2.0)
130134
google-apis-core (>= 0.11.0, < 2.a)
131-
google-apis-iamcredentials_v1 (0.24.0)
132-
google-apis-core (>= 0.15.0, < 2.a)
133-
google-apis-playcustomapp_v1 (0.17.0)
134-
google-apis-core (>= 0.15.0, < 2.a)
135-
google-apis-storage_v1 (0.51.0)
136-
google-apis-core (>= 0.15.0, < 2.a)
135+
google-apis-iamcredentials_v1 (0.17.0)
136+
google-apis-core (>= 0.11.0, < 2.a)
137+
google-apis-playcustomapp_v1 (0.13.0)
138+
google-apis-core (>= 0.11.0, < 2.a)
139+
google-apis-storage_v1 (0.31.0)
140+
google-apis-core (>= 0.11.0, < 2.a)
137141
google-cloud-core (1.8.0)
138142
google-cloud-env (>= 1.0, < 3.a)
139143
google-cloud-errors (~> 1.0)
140-
google-cloud-env (2.3.1)
141-
base64 (~> 0.2)
142-
faraday (>= 1.0, < 3.a)
144+
google-cloud-env (1.6.0)
145+
faraday (>= 0.17.3, < 3.0)
143146
google-cloud-errors (1.5.0)
144-
google-cloud-storage (1.56.0)
147+
google-cloud-storage (1.47.0)
145148
addressable (~> 2.8)
146149
digest-crc (~> 0.4)
147-
google-apis-core (~> 0.13)
148-
google-apis-iamcredentials_v1 (~> 0.18)
149-
google-apis-storage_v1 (>= 0.42)
150+
google-apis-iamcredentials_v1 (~> 0.1)
151+
google-apis-storage_v1 (~> 0.31.0)
150152
google-cloud-core (~> 1.6)
151-
googleauth (~> 1.9)
153+
googleauth (>= 0.16.2, < 2.a)
152154
mini_mime (~> 1.0)
153-
google-logging-utils (0.2.0)
154-
googleauth (1.14.0)
155-
faraday (>= 1.0, < 3.a)
156-
google-cloud-env (~> 2.2)
157-
google-logging-utils (~> 0.1)
155+
googleauth (1.8.1)
156+
faraday (>= 0.17.3, < 3.a)
158157
jwt (>= 1.4, < 3.0)
159158
multi_json (~> 1.11)
160159
os (>= 0.9, < 2.0)
@@ -188,10 +187,10 @@ GEM
188187
uber (< 0.2.0)
189188
retriable (3.1.2)
190189
rexml (3.4.1)
191-
rouge (2.0.7)
190+
rouge (3.28.0)
192191
ruby2_keywords (0.0.5)
193192
rubyzip (2.4.1)
194-
security (0.1.3)
193+
security (0.1.5)
195194
signet (0.20.0)
196195
addressable (~> 2.8)
197196
faraday (>= 0.17.5, < 3.a)
@@ -200,6 +199,7 @@ GEM
200199
simctl (1.6.10)
201200
CFPropertyList
202201
naturally
202+
sysrandom (1.0.5)
203203
terminal-notifier (2.0.0)
204204
terminal-table (3.0.2)
205205
unicode-display_width (>= 1.1.1, < 3)
@@ -218,8 +218,8 @@ GEM
218218
colored2 (~> 3.1)
219219
nanaimo (~> 0.4.0)
220220
rexml (>= 3.3.6, < 4.0)
221-
xcpretty (0.3.0)
222-
rouge (~> 2.0.7)
221+
xcpretty (0.4.1)
222+
rouge (~> 3.28.0)
223223
xcpretty-travis-formatter (1.0.1)
224224
xcpretty (~> 0.2, >= 0.0.7)
225225

@@ -230,7 +230,7 @@ PLATFORMS
230230
x86_64-linux
231231

232232
DEPENDENCIES
233-
fastlane
233+
fastlane (>= 2.220.0)
234234
fastlane-plugin-firebase_app_distribution
235235

236236
BUNDLED WITH

0 commit comments

Comments
 (0)