Skip to content

Commit 46fd30b

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-7462086
1 parent e18b06c commit 46fd30b

File tree

2 files changed

+98
-88
lines changed

2 files changed

+98
-88
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ source "https://rubygems.org"
55
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
66

77
# gem "rails"
8-
gem "fastlane", ">= 2.187.0"
9-
gem "slather", ">= 2.7.2"
8+
gem "fastlane", ">= 2.207.0"
9+
gem "slather", ">= 2.7.5"

Gemfile.lock

Lines changed: 96 additions & 86 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,60 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (3.0.6)
4+
CFPropertyList (3.0.7)
5+
base64
6+
nkf
57
rexml
6-
activesupport (7.0.7.2)
8+
activesupport (7.1.3.4)
9+
base64
10+
bigdecimal
711
concurrent-ruby (~> 1.0, >= 1.0.2)
12+
connection_pool (>= 2.2.5)
13+
drb
814
i18n (>= 1.6, < 2)
915
minitest (>= 5.1)
16+
mutex_m
1017
tzinfo (~> 2.0)
11-
addressable (2.8.0)
12-
public_suffix (>= 2.0.2, < 5.0)
13-
artifactory (3.0.15)
18+
addressable (2.8.7)
19+
public_suffix (>= 2.0.2, < 7.0)
20+
artifactory (3.0.17)
1421
atomos (0.1.3)
15-
aws-eventstream (1.2.0)
16-
aws-partitions (1.597.0)
17-
aws-sdk-core (3.131.1)
18-
aws-eventstream (~> 1, >= 1.0.2)
19-
aws-partitions (~> 1, >= 1.525.0)
20-
aws-sigv4 (~> 1.1)
22+
aws-eventstream (1.3.0)
23+
aws-partitions (1.956.0)
24+
aws-sdk-core (3.201.1)
25+
aws-eventstream (~> 1, >= 1.3.0)
26+
aws-partitions (~> 1, >= 1.651.0)
27+
aws-sigv4 (~> 1.8)
2128
jmespath (~> 1, >= 1.6.1)
22-
aws-sdk-kms (1.57.0)
23-
aws-sdk-core (~> 3, >= 3.127.0)
24-
aws-sigv4 (~> 1.1)
25-
aws-sdk-s3 (1.114.0)
26-
aws-sdk-core (~> 3, >= 3.127.0)
29+
aws-sdk-kms (1.88.0)
30+
aws-sdk-core (~> 3, >= 3.201.0)
31+
aws-sigv4 (~> 1.5)
32+
aws-sdk-s3 (1.156.0)
33+
aws-sdk-core (~> 3, >= 3.201.0)
2734
aws-sdk-kms (~> 1)
28-
aws-sigv4 (~> 1.4)
29-
aws-sigv4 (1.5.0)
35+
aws-sigv4 (~> 1.5)
36+
aws-sigv4 (1.8.0)
3037
aws-eventstream (~> 1, >= 1.0.2)
3138
babosa (1.0.4)
39+
base64 (0.2.0)
40+
bigdecimal (3.1.8)
3241
claide (1.1.0)
3342
clamp (1.3.2)
3443
colored (1.2)
3544
colored2 (3.1.2)
3645
commander (4.6.0)
3746
highline (~> 2.0.0)
38-
concurrent-ruby (1.2.2)
47+
concurrent-ruby (1.3.3)
48+
connection_pool (2.4.1)
3949
declarative (0.0.20)
40-
digest-crc (0.6.4)
50+
digest-crc (0.6.5)
4151
rake (>= 12.0.0, < 14.0.0)
42-
domain_name (0.5.20190701)
43-
unf (>= 0.0.5, < 1.0.0)
44-
dotenv (2.7.6)
52+
domain_name (0.6.20240107)
53+
dotenv (2.8.1)
54+
drb (2.2.1)
4555
emoji_regex (3.2.3)
46-
excon (0.92.3)
47-
faraday (1.10.0)
56+
excon (0.111.0)
57+
faraday (1.10.3)
4858
faraday-em_http (~> 1.0)
4959
faraday-em_synchrony (~> 1.0)
5060
faraday-excon (~> 1.1)
@@ -72,15 +82,15 @@ GEM
7282
faraday-retry (1.0.3)
7383
faraday_middleware (1.2.0)
7484
faraday (~> 1.0)
75-
fastimage (2.2.6)
76-
fastlane (2.206.2)
85+
fastimage (2.3.1)
86+
fastlane (2.221.1)
7787
CFPropertyList (>= 2.3, < 4.0.0)
7888
addressable (>= 2.8, < 3.0.0)
7989
artifactory (~> 3.0)
8090
aws-sdk-s3 (~> 1.0)
8191
babosa (>= 1.0.3, < 2.0.0)
8292
bundler (>= 1.12.0, < 3.0.0)
83-
colored
93+
colored (~> 1.2)
8494
commander (~> 4.6)
8595
dotenv (>= 2.1.1, < 3.0.0)
8696
emoji_regex (>= 0.1, < 4.0)
@@ -92,134 +102,134 @@ GEM
92102
gh_inspector (>= 1.1.2, < 2.0.0)
93103
google-apis-androidpublisher_v3 (~> 0.3)
94104
google-apis-playcustomapp_v1 (~> 0.1)
105+
google-cloud-env (>= 1.6.0, < 2.0.0)
95106
google-cloud-storage (~> 1.31)
96107
highline (~> 2.0)
108+
http-cookie (~> 1.0.5)
97109
json (< 3.0.0)
98110
jwt (>= 2.1.0, < 3)
99111
mini_magick (>= 4.9.4, < 5.0.0)
100-
multipart-post (~> 2.0.0)
112+
multipart-post (>= 2.0.0, < 3.0.0)
101113
naturally (~> 2.2)
102-
optparse (~> 0.1.1)
114+
optparse (>= 0.1.1, < 1.0.0)
103115
plist (>= 3.1.0, < 4.0.0)
104116
rubyzip (>= 2.0.0, < 3.0.0)
105-
security (= 0.1.3)
117+
security (= 0.1.5)
106118
simctl (~> 1.6.3)
107119
terminal-notifier (>= 2.0.0, < 3.0.0)
108-
terminal-table (>= 1.4.5, < 2.0.0)
120+
terminal-table (~> 3)
109121
tty-screen (>= 0.6.3, < 1.0.0)
110122
tty-spinner (>= 0.8.0, < 1.0.0)
111123
word_wrap (~> 1.0.0)
112124
xcodeproj (>= 1.13.0, < 2.0.0)
113125
xcpretty (~> 0.3.0)
114-
xcpretty-travis-formatter (>= 0.0.3)
126+
xcpretty-travis-formatter (>= 0.0.3, < 2.0.0)
115127
gh_inspector (1.1.3)
116-
google-apis-androidpublisher_v3 (0.21.0)
117-
google-apis-core (>= 0.4, < 2.a)
118-
google-apis-core (0.5.0)
128+
google-apis-androidpublisher_v3 (0.54.0)
129+
google-apis-core (>= 0.11.0, < 2.a)
130+
google-apis-core (0.11.3)
119131
addressable (~> 2.5, >= 2.5.1)
120132
googleauth (>= 0.16.2, < 2.a)
121133
httpclient (>= 2.8.1, < 3.a)
122134
mini_mime (~> 1.0)
123135
representable (~> 3.0)
124136
retriable (>= 2.0, < 4.a)
125137
rexml
126-
webrick
127-
google-apis-iamcredentials_v1 (0.10.0)
128-
google-apis-core (>= 0.4, < 2.a)
129-
google-apis-playcustomapp_v1 (0.7.0)
130-
google-apis-core (>= 0.4, < 2.a)
131-
google-apis-storage_v1 (0.14.0)
132-
google-apis-core (>= 0.4, < 2.a)
133-
google-cloud-core (1.6.0)
134-
google-cloud-env (~> 1.0)
138+
google-apis-iamcredentials_v1 (0.17.0)
139+
google-apis-core (>= 0.11.0, < 2.a)
140+
google-apis-playcustomapp_v1 (0.13.0)
141+
google-apis-core (>= 0.11.0, < 2.a)
142+
google-apis-storage_v1 (0.31.0)
143+
google-apis-core (>= 0.11.0, < 2.a)
144+
google-cloud-core (1.7.0)
145+
google-cloud-env (>= 1.0, < 3.a)
135146
google-cloud-errors (~> 1.0)
136147
google-cloud-env (1.6.0)
137148
faraday (>= 0.17.3, < 3.0)
138-
google-cloud-errors (1.2.0)
139-
google-cloud-storage (1.36.2)
149+
google-cloud-errors (1.4.0)
150+
google-cloud-storage (1.47.0)
140151
addressable (~> 2.8)
141152
digest-crc (~> 0.4)
142153
google-apis-iamcredentials_v1 (~> 0.1)
143-
google-apis-storage_v1 (~> 0.1)
154+
google-apis-storage_v1 (~> 0.31.0)
144155
google-cloud-core (~> 1.6)
145156
googleauth (>= 0.16.2, < 2.a)
146157
mini_mime (~> 1.0)
147-
googleauth (1.1.3)
158+
googleauth (1.8.1)
148159
faraday (>= 0.17.3, < 3.a)
149160
jwt (>= 1.4, < 3.0)
150-
memoist (~> 0.16)
151161
multi_json (~> 1.11)
152162
os (>= 0.9, < 2.0)
153163
signet (>= 0.16, < 2.a)
154164
highline (2.0.3)
155-
http-cookie (1.0.5)
165+
http-cookie (1.0.6)
156166
domain_name (~> 0.5)
157167
httpclient (2.8.3)
158-
i18n (1.14.1)
168+
i18n (1.14.5)
159169
concurrent-ruby (~> 1.0)
160-
jmespath (1.6.1)
161-
json (2.6.2)
162-
jwt (2.4.1)
163-
memoist (0.16.2)
164-
mini_magick (4.11.0)
165-
mini_mime (1.1.2)
166-
mini_portile2 (2.8.1)
167-
minitest (5.19.0)
170+
jmespath (1.6.2)
171+
json (2.7.2)
172+
jwt (2.8.2)
173+
base64
174+
mini_magick (4.13.2)
175+
mini_mime (1.1.5)
176+
mini_portile2 (2.8.7)
177+
minitest (5.24.1)
168178
multi_json (1.15.0)
169-
multipart-post (2.0.0)
179+
multipart-post (2.4.1)
180+
mutex_m (0.2.0)
170181
nanaimo (0.3.0)
171182
naturally (2.2.1)
172-
nokogiri (1.14.3)
173-
mini_portile2 (~> 2.8.0)
183+
nkf (0.2.0)
184+
nokogiri (1.15.6)
185+
mini_portile2 (~> 2.8.2)
174186
racc (~> 1.4)
175-
optparse (0.1.1)
187+
optparse (0.5.0)
176188
os (1.1.4)
177-
plist (3.6.0)
178-
public_suffix (4.0.7)
179-
racc (1.6.2)
180-
rake (13.0.6)
189+
plist (3.7.1)
190+
public_suffix (5.1.1)
191+
racc (1.8.0)
192+
rake (13.2.1)
181193
representable (3.2.0)
182194
declarative (< 0.1.0)
183195
trailblazer-option (>= 0.1.1, < 0.2.0)
184196
uber (< 0.2.0)
185197
retriable (3.1.2)
186-
rexml (3.2.5)
198+
rexml (3.2.9)
199+
strscan
187200
rouge (2.0.7)
188201
ruby2_keywords (0.0.5)
189202
rubyzip (2.3.2)
190-
security (0.1.3)
191-
signet (0.16.1)
203+
security (0.1.5)
204+
signet (0.19.0)
192205
addressable (~> 2.8)
193-
faraday (>= 0.17.5, < 3.0)
206+
faraday (>= 0.17.5, < 3.a)
194207
jwt (>= 1.5, < 3.0)
195208
multi_json (~> 1.10)
196-
simctl (1.6.8)
209+
simctl (1.6.10)
197210
CFPropertyList
198211
naturally
199-
slather (2.7.4)
212+
slather (2.8.2)
200213
CFPropertyList (>= 2.2, < 4)
201214
activesupport
202215
clamp (~> 1.3)
203-
nokogiri (>= 1.13.9)
216+
nokogiri (>= 1.14.3)
204217
xcodeproj (~> 1.21)
218+
strscan (3.1.0)
205219
terminal-notifier (2.0.0)
206-
terminal-table (1.8.0)
207-
unicode-display_width (~> 1.1, >= 1.1.1)
220+
terminal-table (3.0.2)
221+
unicode-display_width (>= 1.1.1, < 3)
208222
trailblazer-option (0.1.2)
209223
tty-cursor (0.7.1)
210-
tty-screen (0.8.1)
224+
tty-screen (0.8.2)
211225
tty-spinner (0.9.3)
212226
tty-cursor (~> 0.7)
213227
tzinfo (2.0.6)
214228
concurrent-ruby (~> 1.0)
215229
uber (0.1.0)
216-
unf (0.1.4)
217-
unf_ext
218-
unf_ext (0.0.8.2)
219-
unicode-display_width (1.8.0)
220-
webrick (1.7.0)
230+
unicode-display_width (2.5.0)
221231
word_wrap (1.0.0)
222-
xcodeproj (1.22.0)
232+
xcodeproj (1.24.0)
223233
CFPropertyList (>= 2.3.3, < 4.0)
224234
atomos (~> 0.1.3)
225235
claide (>= 1.0.2, < 2.0)
@@ -235,8 +245,8 @@ PLATFORMS
235245
ruby
236246

237247
DEPENDENCIES
238-
fastlane (>= 2.187.0)
239-
slather (>= 2.7.2)
248+
fastlane (>= 2.207.0)
249+
slather (>= 2.7.5)
240250

241251
BUNDLED WITH
242252
1.17.3

0 commit comments

Comments
 (0)