Skip to content

Commit abb750d

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

1 file changed

Lines changed: 27 additions & 22 deletions

File tree

docs/Gemfile.lock

Lines changed: 27 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,26 @@ GIT
1212
GEM
1313
remote: https://rubygems.org/
1414
specs:
15-
addressable (2.8.1)
16-
public_suffix (>= 2.0.2, < 6.0)
15+
addressable (2.8.7)
16+
public_suffix (>= 2.0.2, < 7.0)
17+
bigdecimal (3.3.0)
1718
byebug (11.1.3)
1819
coderay (1.1.3)
1920
colorator (1.1.0)
20-
concurrent-ruby (1.1.10)
21+
concurrent-ruby (1.3.5)
2122
em-websocket (0.5.3)
2223
eventmachine (>= 0.12.9)
2324
http_parser.rb (~> 0)
2425
eventmachine (1.2.7)
25-
ffi (1.15.5)
26+
ffi (1.17.2)
2627
forwardable-extended (2.6.0)
28+
google-protobuf (4.32.1)
29+
bigdecimal
30+
rake (>= 13)
2731
http_parser.rb (0.8.0)
28-
i18n (1.12.0)
32+
i18n (1.14.7)
2933
concurrent-ruby (~> 1.0)
30-
jekyll (4.3.1)
34+
jekyll (4.3.4)
3135
addressable (~> 2.4)
3236
colorator (~> 1.0)
3337
em-websocket (~> 0.5)
@@ -45,20 +49,20 @@ GEM
4549
webrick (~> 1.7)
4650
jekyll-include-cache (0.2.1)
4751
jekyll (>= 3.7, < 5.0)
48-
jekyll-sass-converter (2.2.0)
49-
sassc (> 2.0.1, < 3.0)
52+
jekyll-sass-converter (3.1.0)
53+
sass-embedded (~> 1.75)
5054
jekyll-seo-tag (2.8.0)
5155
jekyll (>= 3.8, < 5.0)
5256
jekyll-sitemap (1.4.0)
5357
jekyll (>= 3.7, < 5.0)
5458
jekyll-watch (2.2.1)
5559
listen (~> 3.0)
56-
kramdown (2.4.0)
57-
rexml
60+
kramdown (2.5.1)
61+
rexml (>= 3.3.9)
5862
kramdown-parser-gfm (1.1.0)
5963
kramdown (~> 2.0)
60-
liquid (4.0.3)
61-
listen (3.7.1)
64+
liquid (4.0.4)
65+
listen (3.9.0)
6266
rb-fsevent (~> 0.10, >= 0.10.3)
6367
rb-inotify (~> 0.9, >= 0.9.10)
6468
mercenary (0.4.0)
@@ -71,20 +75,21 @@ GEM
7175
pry-byebug (3.10.1)
7276
byebug (~> 11.0)
7377
pry (>= 0.13, < 0.15)
74-
public_suffix (5.0.1)
75-
rake (13.0.6)
78+
public_suffix (6.0.2)
79+
rake (13.3.0)
7680
rb-fsevent (0.11.2)
77-
rb-inotify (0.10.1)
81+
rb-inotify (0.11.1)
7882
ffi (~> 1.0)
79-
rexml (3.2.5)
80-
rouge (4.0.0)
83+
rexml (3.4.4)
84+
rouge (4.6.1)
8185
safe_yaml (1.0.5)
82-
sassc (2.4.0)
83-
ffi (~> 1.9)
86+
sass-embedded (1.93.2)
87+
google-protobuf (~> 4.31)
88+
rake (>= 13)
8489
terminal-table (3.0.2)
8590
unicode-display_width (>= 1.1.1, < 3)
86-
unicode-display_width (2.3.0)
87-
webrick (1.7.0)
91+
unicode-display_width (2.6.0)
92+
webrick (1.9.1)
8893

8994
PLATFORMS
9095
ruby
@@ -101,4 +106,4 @@ DEPENDENCIES
101106
webrick
102107

103108
BUNDLED WITH
104-
2.2.22
109+
2.3.27

0 commit comments

Comments
 (0)