Skip to content

Commit 34348b1

Browse files
authored
Bump excon to 1.5.0 to address GHSA-48rx-c7pg-q66r (#179)
Update fastlane to 2.237.0 which relaxes the excon version constraint from < 1.0.0 to < 2.0.0, allowing bundler to resolve excon 1.5.0.
1 parent 1eebc06 commit 34348b1

2 files changed

Lines changed: 27 additions & 25 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ source 'https://rubygems.org'
44
gem 'xcpretty', '0.4.1'
55
gem 'cocoapods', '1.15.2'
66
gem 'cocoapods-downloader', '2.1.0'
7-
gem 'fastlane', '2.235.0'
7+
gem 'fastlane', '2.237.0'

Gemfile.lock

Lines changed: 26 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,20 @@ GEM
2323
artifactory (3.0.17)
2424
atomos (0.1.3)
2525
aws-eventstream (1.4.0)
26-
aws-partitions (1.1255.0)
27-
aws-sdk-core (3.250.0)
26+
aws-partitions (1.1268.0)
27+
aws-sdk-core (3.254.0)
2828
aws-eventstream (~> 1, >= 1.3.0)
2929
aws-partitions (~> 1, >= 1.992.0)
3030
aws-sigv4 (~> 1.9)
3131
base64
3232
bigdecimal
3333
jmespath (~> 1, >= 1.6.1)
3434
logger
35-
aws-sdk-kms (1.128.0)
36-
aws-sdk-core (~> 3, >= 3.248.0)
35+
aws-sdk-kms (1.130.0)
36+
aws-sdk-core (~> 3, >= 3.254.0)
3737
aws-sigv4 (~> 1.5)
38-
aws-sdk-s3 (1.224.0)
39-
aws-sdk-core (~> 3, >= 3.248.0)
38+
aws-sdk-s3 (1.227.0)
39+
aws-sdk-core (~> 3, >= 3.254.0)
4040
aws-sdk-kms (~> 1)
4141
aws-sigv4 (~> 1.5)
4242
aws-sigv4 (1.12.1)
@@ -101,7 +101,8 @@ GEM
101101
ethon (0.18.0)
102102
ffi (>= 1.15.0)
103103
logger
104-
excon (0.112.0)
104+
excon (1.5.0)
105+
logger
105106
faraday (1.10.6)
106107
faraday-em_http (~> 1.0)
107108
faraday-em_synchrony (~> 1.0)
@@ -131,10 +132,10 @@ GEM
131132
faraday_middleware (1.2.1)
132133
faraday (~> 1.0)
133134
fastimage (2.4.1)
134-
fastlane (2.235.0)
135+
fastlane (2.237.0)
135136
CFPropertyList (>= 2.3, < 5.0.0)
136137
abbrev (~> 0.1)
137-
addressable (>= 2.8, < 3.0.0)
138+
addressable (>= 2.9.0, < 3.0.0)
138139
artifactory (~> 3.0)
139140
aws-sdk-s3 (~> 1.197)
140141
babosa (>= 1.0.3, < 2.0.0)
@@ -146,7 +147,7 @@ GEM
146147
csv (~> 3.3)
147148
dotenv (>= 2.1.1, < 3.0.0)
148149
emoji_regex (>= 0.1, < 4.0)
149-
excon (>= 0.71.0, < 1.0.0)
150+
excon (>= 0.71.0, < 2.0.0)
150151
faraday (~> 1.0)
151152
faraday-cookie_jar (~> 0.0.6)
152153
faraday_middleware (~> 1.0)
@@ -160,9 +161,10 @@ GEM
160161
highline (~> 2.0)
161162
http-cookie (~> 1.0.5)
162163
json (< 3.0.0)
163-
jwt (>= 2.1.0, < 4)
164+
jwt (>= 2.10.3, < 4)
164165
logger (>= 1.6, < 2.0)
165166
mini_magick (>= 4.9.4, < 5.0.0)
167+
multi_json (~> 1.12)
166168
multipart-post (>= 2.0.0, < 3.0.0)
167169
mutex_m (~> 0.3)
168170
naturally (~> 2.2)
@@ -186,7 +188,7 @@ GEM
186188
fourflusher (2.3.1)
187189
fuzzy_match (2.0.4)
188190
gh_inspector (1.1.3)
189-
google-apis-androidpublisher_v3 (0.101.0)
191+
google-apis-androidpublisher_v3 (0.104.0)
190192
google-apis-core (>= 0.15.0, < 2.a)
191193
google-apis-core (0.18.0)
192194
addressable (~> 2.5, >= 2.5.1)
@@ -196,20 +198,20 @@ GEM
196198
mutex_m
197199
representable (~> 3.0)
198200
retriable (>= 2.0, < 4.a)
199-
google-apis-iamcredentials_v1 (0.27.0)
201+
google-apis-iamcredentials_v1 (0.28.0)
200202
google-apis-core (>= 0.15.0, < 2.a)
201-
google-apis-playcustomapp_v1 (0.17.0)
203+
google-apis-playcustomapp_v1 (0.18.0)
202204
google-apis-core (>= 0.15.0, < 2.a)
203-
google-apis-storage_v1 (0.63.0)
205+
google-apis-storage_v1 (0.64.0)
204206
google-apis-core (>= 0.15.0, < 2.a)
205-
google-cloud-core (1.8.0)
207+
google-cloud-core (1.9.0)
206208
google-cloud-env (>= 1.0, < 3.a)
207209
google-cloud-errors (~> 1.0)
208210
google-cloud-env (2.2.2)
209211
base64 (~> 0.2)
210212
faraday (>= 1.0, < 3.a)
211-
google-cloud-errors (1.6.0)
212-
google-cloud-storage (1.60.0)
213+
google-cloud-errors (1.7.0)
214+
google-cloud-storage (1.62.0)
213215
addressable (~> 2.8)
214216
digest-crc (~> 0.4)
215217
google-apis-core (>= 0.18, < 2)
@@ -219,13 +221,13 @@ GEM
219221
googleauth (~> 1.9)
220222
mini_mime (~> 1.0)
221223
google-logging-utils (0.2.0)
222-
googleauth (1.16.2)
224+
googleauth (1.17.1)
223225
faraday (>= 1.0, < 3.a)
224226
google-cloud-env (~> 2.2)
225227
google-logging-utils (~> 0.1)
226228
jwt (>= 1.4, < 4.0)
227-
multi_json (~> 1.11)
228229
os (>= 0.9, < 2.0)
230+
pstore (~> 0.1)
229231
signet (>= 0.16, < 2.a)
230232
highline (2.0.3)
231233
http-cookie (1.0.8)
@@ -250,11 +252,12 @@ GEM
250252
nap (1.1.0)
251253
naturally (2.3.0)
252254
netrc (0.11.0)
253-
nkf (0.2.0)
255+
nkf (0.3.0)
254256
optparse (0.8.1)
255257
os (1.1.4)
256258
ostruct (0.6.3)
257259
plist (3.7.2)
260+
pstore (0.2.1)
258261
public_suffix (4.0.7)
259262
rake (13.4.2)
260263
representable (3.2.0)
@@ -269,11 +272,10 @@ GEM
269272
rubyzip (2.4.1)
270273
securerandom (0.4.1)
271274
security (0.1.5)
272-
signet (0.21.0)
275+
signet (0.22.0)
273276
addressable (~> 2.8)
274277
faraday (>= 0.17.5, < 3.a)
275278
jwt (>= 1.5, < 4.0)
276-
multi_json (~> 1.10)
277279
simctl (1.6.10)
278280
CFPropertyList
279281
naturally
@@ -310,7 +312,7 @@ PLATFORMS
310312
DEPENDENCIES
311313
cocoapods (= 1.15.2)
312314
cocoapods-downloader (= 2.1.0)
313-
fastlane (= 2.235.0)
315+
fastlane (= 2.237.0)
314316
xcpretty (= 0.4.1)
315317

316318
BUNDLED WITH

0 commit comments

Comments
 (0)