Skip to content

Commit d6fc22c

Browse files
committed
fix: Gemfile & Gemfile.lock to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-AWSSDKS3-14465282
1 parent e1d250d commit d6fc22c

2 files changed

Lines changed: 143 additions & 115 deletions

File tree

Gemfile

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

3-
gem "fastlane"
3+
gem "fastlane", ">= 2.185.0"

Gemfile.lock

Lines changed: 142 additions & 114 deletions
Original file line numberDiff line numberDiff line change
@@ -1,205 +1,233 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (3.0.3)
5-
addressable (2.7.0)
6-
public_suffix (>= 2.0.2, < 5.0)
7-
artifactory (3.0.15)
4+
CFPropertyList (3.0.9)
5+
abbrev (0.1.2)
6+
addressable (2.8.8)
7+
public_suffix (>= 2.0.2, < 8.0)
8+
artifactory (3.0.17)
89
atomos (0.1.3)
9-
aws-eventstream (1.1.1)
10-
aws-partitions (1.465.0)
11-
aws-sdk-core (3.114.0)
12-
aws-eventstream (~> 1, >= 1.0.2)
13-
aws-partitions (~> 1, >= 1.239.0)
14-
aws-sigv4 (~> 1.1)
15-
jmespath (~> 1.0)
16-
aws-sdk-kms (1.43.0)
17-
aws-sdk-core (~> 3, >= 3.112.0)
18-
aws-sigv4 (~> 1.1)
19-
aws-sdk-s3 (1.95.1)
20-
aws-sdk-core (~> 3, >= 3.112.0)
10+
aws-eventstream (1.4.0)
11+
aws-partitions (1.1198.0)
12+
aws-sdk-core (3.240.0)
13+
aws-eventstream (~> 1, >= 1.3.0)
14+
aws-partitions (~> 1, >= 1.992.0)
15+
aws-sigv4 (~> 1.9)
16+
base64
17+
bigdecimal
18+
jmespath (~> 1, >= 1.6.1)
19+
logger
20+
aws-sdk-kms (1.118.0)
21+
aws-sdk-core (~> 3, >= 3.239.1)
22+
aws-sigv4 (~> 1.5)
23+
aws-sdk-s3 (1.209.0)
24+
aws-sdk-core (~> 3, >= 3.234.0)
2125
aws-sdk-kms (~> 1)
22-
aws-sigv4 (~> 1.1)
23-
aws-sigv4 (1.2.3)
26+
aws-sigv4 (~> 1.5)
27+
aws-sigv4 (1.12.1)
2428
aws-eventstream (~> 1, >= 1.0.2)
2529
babosa (1.0.4)
26-
claide (1.0.3)
30+
base64 (0.2.0)
31+
bigdecimal (4.0.1)
32+
claide (1.1.0)
2733
colored (1.2)
2834
colored2 (3.1.2)
2935
commander (4.6.0)
3036
highline (~> 2.0.0)
37+
csv (3.3.5)
3138
declarative (0.0.20)
32-
digest-crc (0.6.3)
39+
digest-crc (0.7.0)
3340
rake (>= 12.0.0, < 14.0.0)
34-
domain_name (0.5.20190701)
35-
unf (>= 0.0.5, < 1.0.0)
36-
dotenv (2.7.6)
37-
emoji_regex (3.2.2)
38-
excon (0.82.0)
39-
faraday (1.4.2)
41+
domain_name (0.6.20240107)
42+
dotenv (2.8.1)
43+
emoji_regex (3.2.3)
44+
excon (0.112.0)
45+
faraday (1.10.4)
4046
faraday-em_http (~> 1.0)
4147
faraday-em_synchrony (~> 1.0)
4248
faraday-excon (~> 1.1)
49+
faraday-httpclient (~> 1.0)
50+
faraday-multipart (~> 1.0)
4351
faraday-net_http (~> 1.0)
44-
faraday-net_http_persistent (~> 1.1)
45-
multipart-post (>= 1.2, < 3)
52+
faraday-net_http_persistent (~> 1.0)
53+
faraday-patron (~> 1.0)
54+
faraday-rack (~> 1.0)
55+
faraday-retry (~> 1.0)
4656
ruby2_keywords (>= 0.0.4)
47-
faraday-cookie_jar (0.0.7)
57+
faraday-cookie_jar (0.0.8)
4858
faraday (>= 0.8.0)
49-
http-cookie (~> 1.0.0)
59+
http-cookie (>= 1.0.0)
5060
faraday-em_http (1.0.0)
51-
faraday-em_synchrony (1.0.0)
61+
faraday-em_synchrony (1.0.1)
5262
faraday-excon (1.1.0)
53-
faraday-net_http (1.0.1)
54-
faraday-net_http_persistent (1.1.0)
55-
faraday_middleware (1.0.0)
63+
faraday-httpclient (1.0.1)
64+
faraday-multipart (1.1.1)
65+
multipart-post (~> 2.0)
66+
faraday-net_http (1.0.2)
67+
faraday-net_http_persistent (1.2.0)
68+
faraday-patron (1.0.0)
69+
faraday-rack (1.0.0)
70+
faraday-retry (1.0.3)
71+
faraday_middleware (1.2.1)
5672
faraday (~> 1.0)
57-
fastimage (2.2.3)
58-
fastlane (2.184.1)
73+
fastimage (2.4.0)
74+
fastlane (2.230.0)
5975
CFPropertyList (>= 2.3, < 4.0.0)
60-
addressable (>= 2.3, < 3.0.0)
76+
abbrev (~> 0.1.2)
77+
addressable (>= 2.8, < 3.0.0)
6178
artifactory (~> 3.0)
6279
aws-sdk-s3 (~> 1.0)
6380
babosa (>= 1.0.3, < 2.0.0)
81+
base64 (~> 0.2.0)
6482
bundler (>= 1.12.0, < 3.0.0)
65-
colored
83+
colored (~> 1.2)
6684
commander (~> 4.6)
85+
csv (~> 3.3)
6786
dotenv (>= 2.1.1, < 3.0.0)
6887
emoji_regex (>= 0.1, < 4.0)
6988
excon (>= 0.71.0, < 1.0.0)
7089
faraday (~> 1.0)
7190
faraday-cookie_jar (~> 0.0.6)
7291
faraday_middleware (~> 1.0)
7392
fastimage (>= 2.1.0, < 3.0.0)
93+
fastlane-sirp (>= 1.0.0)
7494
gh_inspector (>= 1.1.2, < 2.0.0)
75-
google-apis-androidpublisher_v3 (~> 0.1)
95+
google-apis-androidpublisher_v3 (~> 0.3)
7696
google-apis-playcustomapp_v1 (~> 0.1)
97+
google-cloud-env (>= 1.6.0, < 2.0.0)
7798
google-cloud-storage (~> 1.31)
7899
highline (~> 2.0)
100+
http-cookie (~> 1.0.5)
79101
json (< 3.0.0)
80102
jwt (>= 2.1.0, < 3)
103+
logger (>= 1.6, < 2.0)
81104
mini_magick (>= 4.9.4, < 5.0.0)
82-
multipart-post (~> 2.0.0)
105+
multipart-post (>= 2.0.0, < 3.0.0)
106+
mutex_m (~> 0.3.0)
83107
naturally (~> 2.2)
108+
nkf (~> 0.2.0)
109+
optparse (>= 0.1.1, < 1.0.0)
84110
plist (>= 3.1.0, < 4.0.0)
85111
rubyzip (>= 2.0.0, < 3.0.0)
86-
security (= 0.1.3)
112+
security (= 0.1.5)
87113
simctl (~> 1.6.3)
88114
terminal-notifier (>= 2.0.0, < 3.0.0)
89-
terminal-table (>= 1.4.5, < 2.0.0)
115+
terminal-table (~> 3)
90116
tty-screen (>= 0.6.3, < 1.0.0)
91117
tty-spinner (>= 0.8.0, < 1.0.0)
92118
word_wrap (~> 1.0.0)
93119
xcodeproj (>= 1.13.0, < 2.0.0)
94-
xcpretty (~> 0.3.0)
95-
xcpretty-travis-formatter (>= 0.0.3)
120+
xcpretty (~> 0.4.1)
121+
xcpretty-travis-formatter (>= 0.0.3, < 2.0.0)
122+
fastlane-sirp (1.0.0)
123+
sysrandom (~> 1.0)
96124
gh_inspector (1.1.3)
97-
google-apis-androidpublisher_v3 (0.4.0)
98-
google-apis-core (~> 0.1)
99-
google-apis-core (0.3.0)
125+
google-apis-androidpublisher_v3 (0.54.0)
126+
google-apis-core (>= 0.11.0, < 2.a)
127+
google-apis-core (0.11.3)
100128
addressable (~> 2.5, >= 2.5.1)
101-
googleauth (~> 0.14)
102-
httpclient (>= 2.8.1, < 3.0)
129+
googleauth (>= 0.16.2, < 2.a)
130+
httpclient (>= 2.8.1, < 3.a)
103131
mini_mime (~> 1.0)
104132
representable (~> 3.0)
105-
retriable (>= 2.0, < 4.0)
133+
retriable (>= 2.0, < 4.a)
106134
rexml
107-
signet (~> 0.14)
108-
webrick
109-
google-apis-iamcredentials_v1 (0.4.0)
110-
google-apis-core (~> 0.1)
111-
google-apis-playcustomapp_v1 (0.3.0)
112-
google-apis-core (~> 0.1)
113-
google-apis-storage_v1 (0.4.0)
114-
google-apis-core (~> 0.1)
115-
google-cloud-core (1.6.0)
116-
google-cloud-env (~> 1.0)
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)
141+
google-cloud-core (1.8.0)
142+
google-cloud-env (>= 1.0, < 3.a)
117143
google-cloud-errors (~> 1.0)
118-
google-cloud-env (1.5.0)
119-
faraday (>= 0.17.3, < 2.0)
120-
google-cloud-errors (1.1.0)
121-
google-cloud-storage (1.31.1)
122-
addressable (~> 2.5)
144+
google-cloud-env (1.6.0)
145+
faraday (>= 0.17.3, < 3.0)
146+
google-cloud-errors (1.5.0)
147+
google-cloud-storage (1.47.0)
148+
addressable (~> 2.8)
123149
digest-crc (~> 0.4)
124150
google-apis-iamcredentials_v1 (~> 0.1)
125-
google-apis-storage_v1 (~> 0.1)
126-
google-cloud-core (~> 1.2)
127-
googleauth (~> 0.9)
151+
google-apis-storage_v1 (~> 0.31.0)
152+
google-cloud-core (~> 1.6)
153+
googleauth (>= 0.16.2, < 2.a)
128154
mini_mime (~> 1.0)
129-
googleauth (0.16.2)
130-
faraday (>= 0.17.3, < 2.0)
155+
googleauth (1.8.1)
156+
faraday (>= 0.17.3, < 3.a)
131157
jwt (>= 1.4, < 3.0)
132-
memoist (~> 0.16)
133158
multi_json (~> 1.11)
134159
os (>= 0.9, < 2.0)
135-
signet (~> 0.14)
160+
signet (>= 0.16, < 2.a)
136161
highline (2.0.3)
137-
http-cookie (1.0.3)
162+
http-cookie (1.0.8)
138163
domain_name (~> 0.5)
139-
httpclient (2.8.3)
140-
jmespath (1.4.0)
141-
json (2.5.1)
142-
jwt (2.2.3)
143-
memoist (0.16.2)
144-
mini_magick (4.11.0)
145-
mini_mime (1.1.0)
146-
multi_json (1.15.0)
147-
multipart-post (2.0.0)
148-
nanaimo (0.3.0)
149-
naturally (2.2.1)
150-
os (1.1.1)
151-
plist (3.6.0)
152-
public_suffix (4.0.6)
153-
rake (13.0.3)
154-
representable (3.1.1)
164+
httpclient (2.9.0)
165+
mutex_m
166+
jmespath (1.6.2)
167+
json (2.18.0)
168+
jwt (2.10.2)
169+
base64
170+
logger (1.7.0)
171+
mini_magick (4.13.2)
172+
mini_mime (1.1.5)
173+
multi_json (1.18.0)
174+
multipart-post (2.4.1)
175+
mutex_m (0.3.0)
176+
nanaimo (0.4.0)
177+
naturally (2.3.0)
178+
nkf (0.2.0)
179+
optparse (0.8.1)
180+
os (1.1.4)
181+
plist (3.7.2)
182+
public_suffix (6.0.2)
183+
rake (13.3.1)
184+
representable (3.2.0)
155185
declarative (< 0.1.0)
156186
trailblazer-option (>= 0.1.1, < 0.2.0)
157187
uber (< 0.2.0)
158188
retriable (3.1.2)
159-
rexml (3.2.5)
160-
rouge (2.0.7)
161-
ruby2_keywords (0.0.4)
162-
rubyzip (2.3.0)
163-
security (0.1.3)
164-
signet (0.15.0)
165-
addressable (~> 2.3)
166-
faraday (>= 0.17.3, < 2.0)
167-
jwt (>= 1.5, < 3.0)
189+
rexml (3.4.4)
190+
rouge (3.28.0)
191+
ruby2_keywords (0.0.5)
192+
rubyzip (2.4.1)
193+
security (0.1.5)
194+
signet (0.21.0)
195+
addressable (~> 2.8)
196+
faraday (>= 0.17.5, < 3.a)
197+
jwt (>= 1.5, < 4.0)
168198
multi_json (~> 1.10)
169-
simctl (1.6.8)
199+
simctl (1.6.10)
170200
CFPropertyList
171201
naturally
202+
sysrandom (1.0.5)
172203
terminal-notifier (2.0.0)
173-
terminal-table (1.8.0)
174-
unicode-display_width (~> 1.1, >= 1.1.1)
175-
trailblazer-option (0.1.1)
204+
terminal-table (3.0.2)
205+
unicode-display_width (>= 1.1.1, < 3)
206+
trailblazer-option (0.1.2)
176207
tty-cursor (0.7.1)
177-
tty-screen (0.8.1)
208+
tty-screen (0.8.2)
178209
tty-spinner (0.9.3)
179210
tty-cursor (~> 0.7)
180211
uber (0.1.0)
181-
unf (0.1.4)
182-
unf_ext
183-
unf_ext (0.0.7.7)
184-
unicode-display_width (1.7.0)
185-
webrick (1.7.0)
212+
unicode-display_width (2.6.0)
186213
word_wrap (1.0.0)
187-
xcodeproj (1.19.0)
214+
xcodeproj (1.27.0)
188215
CFPropertyList (>= 2.3.3, < 4.0)
189216
atomos (~> 0.1.3)
190217
claide (>= 1.0.2, < 2.0)
191218
colored2 (~> 3.1)
192-
nanaimo (~> 0.3.0)
193-
xcpretty (0.3.0)
194-
rouge (~> 2.0.7)
219+
nanaimo (~> 0.4.0)
220+
rexml (>= 3.3.6, < 4.0)
221+
xcpretty (0.4.1)
222+
rouge (~> 3.28.0)
195223
xcpretty-travis-formatter (1.0.1)
196224
xcpretty (~> 0.2, >= 0.0.7)
197225

198226
PLATFORMS
199227
ruby
200228

201229
DEPENDENCIES
202-
fastlane
230+
fastlane (>= 2.185.0)
203231

204232
BUNDLED WITH
205-
2.0.1
233+
2.3.27

0 commit comments

Comments
 (0)