Skip to content

Commit 52369b2

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

2 files changed

Lines changed: 136 additions & 113 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: 135 additions & 112 deletions
Original file line numberDiff line numberDiff line change
@@ -1,68 +1,85 @@
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.7)
5+
base64
6+
nkf
7+
rexml
8+
addressable (2.8.7)
9+
public_suffix (>= 2.0.2, < 7.0)
10+
artifactory (3.0.17)
811
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)
12+
aws-eventstream (1.4.0)
13+
aws-partitions (1.1168.0)
14+
aws-sdk-core (3.233.0)
15+
aws-eventstream (~> 1, >= 1.3.0)
16+
aws-partitions (~> 1, >= 1.992.0)
17+
aws-sigv4 (~> 1.9)
18+
base64
19+
bigdecimal
20+
jmespath (~> 1, >= 1.6.1)
21+
logger
22+
aws-sdk-kms (1.113.0)
23+
aws-sdk-core (~> 3, >= 3.231.0)
24+
aws-sigv4 (~> 1.5)
25+
aws-sdk-s3 (1.199.1)
26+
aws-sdk-core (~> 3, >= 3.231.0)
2127
aws-sdk-kms (~> 1)
22-
aws-sigv4 (~> 1.1)
23-
aws-sigv4 (1.2.3)
28+
aws-sigv4 (~> 1.5)
29+
aws-sigv4 (1.12.1)
2430
aws-eventstream (~> 1, >= 1.0.2)
2531
babosa (1.0.4)
26-
claide (1.0.3)
32+
base64 (0.3.0)
33+
bigdecimal (3.2.3)
34+
claide (1.1.0)
2735
colored (1.2)
2836
colored2 (3.1.2)
2937
commander (4.6.0)
3038
highline (~> 2.0.0)
3139
declarative (0.0.20)
32-
digest-crc (0.6.3)
40+
digest-crc (0.7.0)
3341
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)
42+
domain_name (0.6.20240107)
43+
dotenv (2.8.1)
44+
emoji_regex (3.2.3)
45+
excon (0.112.0)
46+
faraday (1.10.4)
4047
faraday-em_http (~> 1.0)
4148
faraday-em_synchrony (~> 1.0)
4249
faraday-excon (~> 1.1)
50+
faraday-httpclient (~> 1.0)
51+
faraday-multipart (~> 1.0)
4352
faraday-net_http (~> 1.0)
44-
faraday-net_http_persistent (~> 1.1)
45-
multipart-post (>= 1.2, < 3)
53+
faraday-net_http_persistent (~> 1.0)
54+
faraday-patron (~> 1.0)
55+
faraday-rack (~> 1.0)
56+
faraday-retry (~> 1.0)
4657
ruby2_keywords (>= 0.0.4)
4758
faraday-cookie_jar (0.0.7)
4859
faraday (>= 0.8.0)
4960
http-cookie (~> 1.0.0)
5061
faraday-em_http (1.0.0)
51-
faraday-em_synchrony (1.0.0)
62+
faraday-em_synchrony (1.0.1)
5263
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)
64+
faraday-httpclient (1.0.1)
65+
faraday-multipart (1.1.1)
66+
multipart-post (~> 2.0)
67+
faraday-net_http (1.0.2)
68+
faraday-net_http_persistent (1.2.0)
69+
faraday-patron (1.0.0)
70+
faraday-rack (1.0.0)
71+
faraday-retry (1.0.3)
72+
faraday_middleware (1.2.1)
5673
faraday (~> 1.0)
57-
fastimage (2.2.3)
58-
fastlane (2.184.1)
74+
fastimage (2.4.0)
75+
fastlane (2.228.0)
5976
CFPropertyList (>= 2.3, < 4.0.0)
60-
addressable (>= 2.3, < 3.0.0)
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)
6481
bundler (>= 1.12.0, < 3.0.0)
65-
colored
82+
colored (~> 1.2)
6683
commander (~> 4.6)
6784
dotenv (>= 2.1.1, < 3.0.0)
6885
emoji_regex (>= 0.1, < 4.0)
@@ -71,135 +88,141 @@ GEM
7188
faraday-cookie_jar (~> 0.0.6)
7289
faraday_middleware (~> 1.0)
7390
fastimage (>= 2.1.0, < 3.0.0)
91+
fastlane-sirp (>= 1.0.0)
7492
gh_inspector (>= 1.1.2, < 2.0.0)
75-
google-apis-androidpublisher_v3 (~> 0.1)
93+
google-apis-androidpublisher_v3 (~> 0.3)
7694
google-apis-playcustomapp_v1 (~> 0.1)
95+
google-cloud-env (>= 1.6.0, < 2.0.0)
7796
google-cloud-storage (~> 1.31)
7897
highline (~> 2.0)
98+
http-cookie (~> 1.0.5)
7999
json (< 3.0.0)
80100
jwt (>= 2.1.0, < 3)
81101
mini_magick (>= 4.9.4, < 5.0.0)
82-
multipart-post (~> 2.0.0)
102+
multipart-post (>= 2.0.0, < 3.0.0)
83103
naturally (~> 2.2)
104+
optparse (>= 0.1.1, < 1.0.0)
84105
plist (>= 3.1.0, < 4.0.0)
85106
rubyzip (>= 2.0.0, < 3.0.0)
86-
security (= 0.1.3)
107+
security (= 0.1.5)
87108
simctl (~> 1.6.3)
88109
terminal-notifier (>= 2.0.0, < 3.0.0)
89-
terminal-table (>= 1.4.5, < 2.0.0)
110+
terminal-table (~> 3)
90111
tty-screen (>= 0.6.3, < 1.0.0)
91112
tty-spinner (>= 0.8.0, < 1.0.0)
92113
word_wrap (~> 1.0.0)
93114
xcodeproj (>= 1.13.0, < 2.0.0)
94-
xcpretty (~> 0.3.0)
95-
xcpretty-travis-formatter (>= 0.0.3)
115+
xcpretty (~> 0.4.1)
116+
xcpretty-travis-formatter (>= 0.0.3, < 2.0.0)
117+
fastlane-sirp (1.0.0)
118+
sysrandom (~> 1.0)
96119
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)
120+
google-apis-androidpublisher_v3 (0.54.0)
121+
google-apis-core (>= 0.11.0, < 2.a)
122+
google-apis-core (0.11.3)
100123
addressable (~> 2.5, >= 2.5.1)
101-
googleauth (~> 0.14)
102-
httpclient (>= 2.8.1, < 3.0)
124+
googleauth (>= 0.16.2, < 2.a)
125+
httpclient (>= 2.8.1, < 3.a)
103126
mini_mime (~> 1.0)
104127
representable (~> 3.0)
105-
retriable (>= 2.0, < 4.0)
128+
retriable (>= 2.0, < 4.a)
106129
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)
130+
google-apis-iamcredentials_v1 (0.17.0)
131+
google-apis-core (>= 0.11.0, < 2.a)
132+
google-apis-playcustomapp_v1 (0.13.0)
133+
google-apis-core (>= 0.11.0, < 2.a)
134+
google-apis-storage_v1 (0.31.0)
135+
google-apis-core (>= 0.11.0, < 2.a)
136+
google-cloud-core (1.8.0)
137+
google-cloud-env (>= 1.0, < 3.a)
117138
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)
139+
google-cloud-env (1.6.0)
140+
faraday (>= 0.17.3, < 3.0)
141+
google-cloud-errors (1.5.0)
142+
google-cloud-storage (1.47.0)
143+
addressable (~> 2.8)
123144
digest-crc (~> 0.4)
124145
google-apis-iamcredentials_v1 (~> 0.1)
125-
google-apis-storage_v1 (~> 0.1)
126-
google-cloud-core (~> 1.2)
127-
googleauth (~> 0.9)
146+
google-apis-storage_v1 (~> 0.31.0)
147+
google-cloud-core (~> 1.6)
148+
googleauth (>= 0.16.2, < 2.a)
128149
mini_mime (~> 1.0)
129-
googleauth (0.16.2)
130-
faraday (>= 0.17.3, < 2.0)
150+
googleauth (1.8.1)
151+
faraday (>= 0.17.3, < 3.a)
131152
jwt (>= 1.4, < 3.0)
132-
memoist (~> 0.16)
133153
multi_json (~> 1.11)
134154
os (>= 0.9, < 2.0)
135-
signet (~> 0.14)
155+
signet (>= 0.16, < 2.a)
136156
highline (2.0.3)
137-
http-cookie (1.0.3)
157+
http-cookie (1.0.8)
138158
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)
159+
httpclient (2.9.0)
160+
mutex_m
161+
jmespath (1.6.2)
162+
json (2.15.0)
163+
jwt (2.10.2)
164+
base64
165+
logger (1.7.0)
166+
mini_magick (4.13.2)
167+
mini_mime (1.1.5)
168+
multi_json (1.17.0)
169+
multipart-post (2.4.1)
170+
mutex_m (0.3.0)
171+
nanaimo (0.4.0)
172+
naturally (2.3.0)
173+
nkf (0.2.0)
174+
optparse (0.6.0)
175+
os (1.1.4)
176+
plist (3.7.2)
177+
public_suffix (6.0.2)
178+
rake (13.3.0)
179+
representable (3.2.0)
155180
declarative (< 0.1.0)
156181
trailblazer-option (>= 0.1.1, < 0.2.0)
157182
uber (< 0.2.0)
158183
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)
184+
rexml (3.4.4)
185+
rouge (3.28.0)
186+
ruby2_keywords (0.0.5)
187+
rubyzip (2.4.1)
188+
security (0.1.5)
189+
signet (0.21.0)
190+
addressable (~> 2.8)
191+
faraday (>= 0.17.5, < 3.a)
192+
jwt (>= 1.5, < 4.0)
168193
multi_json (~> 1.10)
169-
simctl (1.6.8)
194+
simctl (1.6.10)
170195
CFPropertyList
171196
naturally
197+
sysrandom (1.0.5)
172198
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)
199+
terminal-table (3.0.2)
200+
unicode-display_width (>= 1.1.1, < 3)
201+
trailblazer-option (0.1.2)
176202
tty-cursor (0.7.1)
177-
tty-screen (0.8.1)
203+
tty-screen (0.8.2)
178204
tty-spinner (0.9.3)
179205
tty-cursor (~> 0.7)
180206
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)
207+
unicode-display_width (2.6.0)
186208
word_wrap (1.0.0)
187-
xcodeproj (1.19.0)
209+
xcodeproj (1.27.0)
188210
CFPropertyList (>= 2.3.3, < 4.0)
189211
atomos (~> 0.1.3)
190212
claide (>= 1.0.2, < 2.0)
191213
colored2 (~> 3.1)
192-
nanaimo (~> 0.3.0)
193-
xcpretty (0.3.0)
194-
rouge (~> 2.0.7)
214+
nanaimo (~> 0.4.0)
215+
rexml (>= 3.3.6, < 4.0)
216+
xcpretty (0.4.1)
217+
rouge (~> 3.28.0)
195218
xcpretty-travis-formatter (1.0.1)
196219
xcpretty (~> 0.2, >= 0.0.7)
197220

198221
PLATFORMS
199222
ruby
200223

201224
DEPENDENCIES
202-
fastlane
225+
fastlane (>= 2.185.0)
203226

204227
BUNDLED WITH
205-
2.0.1
228+
2.3.27

0 commit comments

Comments
 (0)