File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 16
16
# Performance-booster for watching directories on Windows
17
17
gem "wdm" , "~> 0.1.1" , :install_if => Gem . win_platform?
18
18
19
-
20
19
# Vulnerability issues
21
20
gem "nokogiri" , "~> 1.16.5"
21
+ gem "rexml" , "~> 3.2.8"
22
22
gem "addressable" , ">= 2.8.0"
23
23
gem "commonmarker" , ">= 0.23.10"
24
24
gem "activesupport" , "~> 7.0.7.1"
Original file line number Diff line number Diff line change 217
217
racc (~> 1.4 )
218
218
nokogiri (1.16.5-x86_64-linux )
219
219
racc (~> 1.4 )
220
+ nokogiri (1.16.3-x86_64-linux )
221
+ racc (~> 1.4 )
220
222
octokit (4.25.1 )
221
223
faraday (>= 1 , < 3 )
222
224
sawyer (~> 0.9 )
227
229
rb-fsevent (0.11.2 )
228
230
rb-inotify (0.10.1 )
229
231
ffi (~> 1.0 )
230
- rexml (3.2.6 )
232
+ rexml (3.2.8 )
233
+ strscan (>= 3.0.9 )
231
234
rouge (3.26.0 )
232
235
rubyzip (2.3.2 )
233
236
safe_yaml (1.0.5 )
241
244
faraday (>= 0.17.3 , < 3 )
242
245
simpleidn (0.2.1 )
243
246
unf (~> 0.1.4 )
247
+ strscan (3.1.0 )
244
248
terminal-table (1.8.0 )
245
249
unicode-display_width (~> 1.1 , >= 1.1.1 )
246
250
typhoeus (1.4.1 )
You can’t perform that action at this time.
0 commit comments