Skip to content

Commit b994f50

Browse files
Update dependencies, including GitHub actions
1 parent 6856867 commit b994f50

2 files changed

Lines changed: 37 additions & 32 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Git checkout
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v6
1515

1616
- name: Set up Ruby
1717
uses: ruby/setup-ruby@v1
1818
with:
19-
ruby-version: 3.2
19+
ruby-version: 3.3
2020
bundler-cache: true
2121

2222
- name: Build site

Gemfile.lock

Lines changed: 35 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,88 +1,93 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.7)
5-
public_suffix (>= 2.0.2, < 7.0)
6-
bigdecimal (3.1.8)
4+
addressable (2.9.0)
5+
public_suffix (>= 2.0.2, < 8.0)
6+
base64 (0.3.0)
7+
bigdecimal (4.1.1)
78
colorator (1.1.0)
8-
concurrent-ruby (1.3.3)
9+
concurrent-ruby (1.3.6)
10+
csv (3.3.5)
911
em-websocket (0.5.3)
1012
eventmachine (>= 0.12.9)
1113
http_parser.rb (~> 0)
1214
eventmachine (1.2.7)
13-
ffi (1.17.0)
15+
ffi (1.17.4)
1416
forwardable-extended (2.6.0)
15-
google-protobuf (4.27.2)
17+
google-protobuf (4.34.1)
1618
bigdecimal
17-
rake (>= 13)
19+
rake (~> 13.3)
1820
hash-joiner (0.0.7)
1921
safe_yaml
20-
http_parser.rb (0.8.0)
21-
i18n (1.14.5)
22+
http_parser.rb (0.8.1)
23+
i18n (1.14.8)
2224
concurrent-ruby (~> 1.0)
23-
jekyll (4.3.3)
25+
jekyll (4.4.1)
2426
addressable (~> 2.4)
27+
base64 (~> 0.2)
2528
colorator (~> 1.0)
29+
csv (~> 3.0)
2630
em-websocket (~> 0.5)
2731
i18n (~> 1.0)
2832
jekyll-sass-converter (>= 2.0, < 4.0)
2933
jekyll-watch (~> 2.0)
34+
json (~> 2.6)
3035
kramdown (~> 2.3, >= 2.3.1)
3136
kramdown-parser-gfm (~> 1.0)
3237
liquid (~> 4.0)
33-
mercenary (>= 0.3.6, < 0.5)
38+
mercenary (~> 0.3, >= 0.3.6)
3439
pathutil (~> 0.9)
3540
rouge (>= 3.0, < 5.0)
3641
safe_yaml (~> 1.0)
3742
terminal-table (>= 1.8, < 4.0)
3843
webrick (~> 1.7)
3944
jekyll-feed (0.17.0)
4045
jekyll (>= 3.7, < 5.0)
41-
jekyll-sass-converter (3.0.0)
42-
sass-embedded (~> 1.54)
46+
jekyll-sass-converter (3.1.0)
47+
sass-embedded (~> 1.75)
4348
jekyll-seo-tag (2.8.0)
4449
jekyll (>= 3.8, < 5.0)
4550
jekyll-watch (2.2.1)
4651
listen (~> 3.0)
47-
json (2.7.2)
48-
kramdown (2.4.0)
49-
rexml
52+
json (2.19.3)
53+
kramdown (2.5.2)
54+
rexml (>= 3.4.4)
5055
kramdown-parser-gfm (1.1.0)
5156
kramdown (~> 2.0)
5257
liquid (4.0.4)
53-
listen (3.9.0)
58+
listen (3.10.0)
59+
logger
5460
rb-fsevent (~> 0.10, >= 0.10.3)
5561
rb-inotify (~> 0.9, >= 0.9.10)
62+
logger (1.7.0)
5663
mercenary (0.4.0)
57-
minima (2.5.1)
64+
minima (2.5.2)
5865
jekyll (>= 3.5, < 5.0)
5966
jekyll-feed (~> 0.9)
6067
jekyll-seo-tag (~> 2.1)
6168
pathutil (0.16.2)
6269
forwardable-extended (~> 2.6)
63-
public_suffix (6.0.1)
64-
rake (13.2.1)
70+
public_suffix (7.0.5)
71+
rake (13.4.1)
6572
rb-fsevent (0.11.2)
6673
rb-inotify (0.11.1)
6774
ffi (~> 1.0)
68-
rexml (3.3.2)
69-
strscan
70-
rouge (4.3.0)
75+
rexml (3.4.4)
76+
rouge (4.7.0)
7177
safe_yaml (1.0.5)
72-
sass-embedded (1.77.8)
73-
google-protobuf (~> 4.26)
78+
sass-embedded (1.99.0)
79+
google-protobuf (~> 4.31)
7480
rake (>= 13)
75-
strscan (3.1.0)
7681
terminal-table (3.0.2)
7782
unicode-display_width (>= 1.1.1, < 3)
7883
thread_safe (0.3.6)
7984
tzinfo (1.2.11)
8085
thread_safe (~> 0.1)
81-
tzinfo-data (1.2024.1)
86+
tzinfo-data (1.2026.1)
8287
tzinfo (>= 1.0.0)
83-
unicode-display_width (2.5.0)
88+
unicode-display_width (2.6.0)
8489
wdm (0.1.1)
85-
webrick (1.8.1)
90+
webrick (1.9.2)
8691

8792
PLATFORMS
8893
ruby
@@ -97,4 +102,4 @@ DEPENDENCIES
97102
webrick
98103

99104
BUNDLED WITH
100-
2.5.10
105+
4.0.5

0 commit comments

Comments
 (0)