Skip to content

Commit 9d886af

Browse files
authored
chore: update jekyll and ruby to solve security alerts (#506)
1 parent 5afc7b7 commit 9d886af

File tree

3 files changed

+55
-35
lines changed

3 files changed

+55
-35
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ jobs:
1010
- uses: actions/checkout@v4
1111
- uses: ruby/setup-ruby@v1
1212
with:
13-
ruby-version: 2.7
13+
ruby-version: '3.3'
1414
- name: Install Ruby dependencies
1515
run: bundler install
1616
working-directory: docs
1717
- name: Build site
1818
run: jekyll build
1919
- name: Deploy
20-
uses: peaceiris/actions-gh-pages@v3
20+
uses: peaceiris/actions-gh-pages@v4
2121
with:
2222
github_token: ${{ secrets.GITHUB_TOKEN }}
2323
publish_dir: ./_site

docs/Gemfile

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

3-
gem "jekyll", "~> 4.2.0"
3+
gem "jekyll", "~> 4.3.0"
44
gem "jekyll-remote-theme"
55
group :jekyll_plugins do
66
gem 'jekyll-optional-front-matter'

docs/Gemfile.lock

Lines changed: 52 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,47 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.0)
5-
public_suffix (>= 2.0.2, < 5.0)
4+
addressable (2.8.7)
5+
public_suffix (>= 2.0.2, < 7.0)
6+
bigdecimal (3.1.8)
67
colorator (1.1.0)
7-
concurrent-ruby (1.1.9)
8-
em-websocket (0.5.2)
8+
concurrent-ruby (1.3.4)
9+
em-websocket (0.5.3)
910
eventmachine (>= 0.12.9)
10-
http_parser.rb (~> 0.6.0)
11+
http_parser.rb (~> 0)
1112
eventmachine (1.2.7)
12-
ffi (1.15.3)
13+
ffi (1.17.0-arm64-darwin)
14+
ffi (1.17.0-x86_64-darwin)
15+
ffi (1.17.0-x86_64-linux-gnu)
1316
forwardable-extended (2.6.0)
14-
http_parser.rb (0.6.0)
15-
i18n (1.8.10)
17+
google-protobuf (4.28.3-arm64-darwin)
18+
bigdecimal
19+
rake (>= 13)
20+
google-protobuf (4.28.3-x86_64-darwin)
21+
bigdecimal
22+
rake (>= 13)
23+
google-protobuf (4.28.3-x86_64-linux)
24+
bigdecimal
25+
rake (>= 13)
26+
http_parser.rb (0.8.0)
27+
i18n (1.14.6)
1628
concurrent-ruby (~> 1.0)
17-
jekyll (4.2.0)
29+
jekyll (4.3.4)
1830
addressable (~> 2.4)
1931
colorator (~> 1.0)
2032
em-websocket (~> 0.5)
2133
i18n (~> 1.0)
22-
jekyll-sass-converter (~> 2.0)
34+
jekyll-sass-converter (>= 2.0, < 4.0)
2335
jekyll-watch (~> 2.0)
24-
kramdown (~> 2.3)
36+
kramdown (~> 2.3, >= 2.3.1)
2537
kramdown-parser-gfm (~> 1.0)
2638
liquid (~> 4.0)
27-
mercenary (~> 0.4.0)
39+
mercenary (>= 0.3.6, < 0.5)
2840
pathutil (~> 0.9)
29-
rouge (~> 3.0)
41+
rouge (>= 3.0, < 5.0)
3042
safe_yaml (~> 1.0)
31-
terminal-table (~> 2.0)
43+
terminal-table (>= 1.8, < 4.0)
44+
webrick (~> 1.7)
3245
jekyll-optional-front-matter (0.3.2)
3346
jekyll (>= 3.0, < 5.0)
3447
jekyll-readme-index (0.3.0)
@@ -38,47 +51,54 @@ GEM
3851
jekyll (>= 3.5, < 5.0)
3952
jekyll-sass-converter (>= 1.0, <= 3.0.0, != 2.0.0)
4053
rubyzip (>= 1.3.0, < 3.0)
41-
jekyll-sass-converter (2.1.0)
42-
sassc (> 2.0.1, < 3.0)
43-
jekyll-seo-tag (2.7.1)
54+
jekyll-sass-converter (3.0.0)
55+
sass-embedded (~> 1.54)
56+
jekyll-seo-tag (2.8.0)
4457
jekyll (>= 3.8, < 5.0)
4558
jekyll-watch (2.2.1)
4659
listen (~> 3.0)
47-
kramdown (2.3.1)
60+
kramdown (2.4.0)
4861
rexml
4962
kramdown-parser-gfm (1.1.0)
5063
kramdown (~> 2.0)
51-
liquid (4.0.3)
52-
listen (3.6.0)
64+
liquid (4.0.4)
65+
listen (3.9.0)
5366
rb-fsevent (~> 0.10, >= 0.10.3)
5467
rb-inotify (~> 0.9, >= 0.9.10)
5568
mercenary (0.4.0)
5669
pathutil (0.16.2)
5770
forwardable-extended (~> 2.6)
58-
public_suffix (4.0.6)
59-
rb-fsevent (0.11.0)
60-
rb-inotify (0.10.1)
71+
public_suffix (6.0.1)
72+
rake (13.2.1)
73+
rb-fsevent (0.11.2)
74+
rb-inotify (0.11.1)
6175
ffi (~> 1.0)
62-
rexml (3.2.5)
63-
rouge (3.26.0)
76+
rexml (3.3.9)
77+
rouge (4.4.0)
6478
rubyzip (2.3.2)
6579
safe_yaml (1.0.5)
66-
sassc (2.4.0)
67-
ffi (~> 1.9)
68-
terminal-table (2.0.0)
69-
unicode-display_width (~> 1.1, >= 1.1.1)
70-
unicode-display_width (1.7.0)
80+
sass-embedded (1.80.4-arm64-darwin)
81+
google-protobuf (~> 4.28)
82+
sass-embedded (1.80.4-x86_64-darwin)
83+
google-protobuf (~> 4.28)
84+
sass-embedded (1.80.4-x86_64-linux-gnu)
85+
google-protobuf (~> 4.28)
86+
terminal-table (3.0.2)
87+
unicode-display_width (>= 1.1.1, < 3)
88+
unicode-display_width (2.6.0)
89+
webrick (1.8.2)
7190

7291
PLATFORMS
7392
universal-darwin-20
93+
x86_64-darwin-24
7494
x86_64-linux
7595

7696
DEPENDENCIES
77-
jekyll (~> 4.2.0)
97+
jekyll (~> 4.3.0)
7898
jekyll-optional-front-matter
7999
jekyll-readme-index
80100
jekyll-remote-theme
81101
jekyll-seo-tag
82102

83103
BUNDLED WITH
84-
2.2.25
104+
2.5.16

0 commit comments

Comments
 (0)