Skip to content

Commit e5288b5

Browse files
committed
Update Ruby version and regenerate Gemfile.lock
1 parent 3464d5b commit e5288b5

File tree

2 files changed

+119
-32
lines changed

2 files changed

+119
-32
lines changed

.github/workflows/jekyll.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ jobs:
3434
- name: Checkout
3535
uses: actions/checkout@v4
3636
- name: Setup Ruby
37-
uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 # v1.161.0
37+
uses: ruby/setup-ruby@v1
3838
with:
39-
ruby-version: '3.1' # Not needed with a .ruby-version file
39+
ruby-version: '3.3' # Not needed with a .ruby-version file
4040
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
41-
cache-version: 0 # Increment this number if you need to re-download cached gems
41+
cache-version: 1 # Increment this number if you need to re-download cached gems
4242
- name: Setup Pages
4343
id: pages
4444
uses: actions/configure-pages@v5

Gemfile.lock

+116-29
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,70 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.6)
5-
public_suffix (>= 2.0.2, < 6.0)
4+
addressable (2.8.7)
5+
public_suffix (>= 2.0.2, < 7.0)
6+
base64 (0.2.0)
7+
bigdecimal (3.1.9)
68
colorator (1.1.0)
7-
concurrent-ruby (1.2.3)
9+
concurrent-ruby (1.3.5)
10+
csv (3.3.2)
811
em-websocket (0.5.3)
912
eventmachine (>= 0.12.9)
1013
http_parser.rb (~> 0)
1114
eventmachine (1.2.7)
12-
faraday (2.9.0)
13-
faraday-net_http (>= 2.0, < 3.2)
14-
faraday-net_http (3.1.0)
15-
net-http
16-
ffi (1.16.3)
15+
faraday (2.12.2)
16+
faraday-net_http (>= 2.0, < 3.5)
17+
json
18+
logger
19+
faraday-net_http (3.4.0)
20+
net-http (>= 0.5.0)
21+
ffi (1.17.1)
22+
ffi (1.17.1-aarch64-linux-gnu)
23+
ffi (1.17.1-aarch64-linux-musl)
24+
ffi (1.17.1-arm-linux-gnu)
25+
ffi (1.17.1-arm-linux-musl)
26+
ffi (1.17.1-arm64-darwin)
27+
ffi (1.17.1-x86-linux-gnu)
28+
ffi (1.17.1-x86-linux-musl)
29+
ffi (1.17.1-x86_64-darwin)
30+
ffi (1.17.1-x86_64-linux-gnu)
31+
ffi (1.17.1-x86_64-linux-musl)
1732
forwardable-extended (2.6.0)
18-
google-protobuf (4.26.1)
33+
google-protobuf (4.30.0)
34+
bigdecimal
35+
rake (>= 13)
36+
google-protobuf (4.30.0-aarch64-linux)
37+
bigdecimal
38+
rake (>= 13)
39+
google-protobuf (4.30.0-arm64-darwin)
40+
bigdecimal
41+
rake (>= 13)
42+
google-protobuf (4.30.0-x86-linux)
43+
bigdecimal
44+
rake (>= 13)
45+
google-protobuf (4.30.0-x86_64-darwin)
46+
bigdecimal
47+
rake (>= 13)
48+
google-protobuf (4.30.0-x86_64-linux)
49+
bigdecimal
1950
rake (>= 13)
2051
http_parser.rb (0.8.0)
21-
i18n (1.14.4)
52+
i18n (1.14.7)
2253
concurrent-ruby (~> 1.0)
23-
jekyll (4.3.3)
54+
jekyll (4.4.1)
2455
addressable (~> 2.4)
56+
base64 (~> 0.2)
2557
colorator (~> 1.0)
58+
csv (~> 3.0)
2659
em-websocket (~> 0.5)
2760
i18n (~> 1.0)
2861
jekyll-sass-converter (>= 2.0, < 4.0)
2962
jekyll-watch (~> 2.0)
63+
json (~> 2.6)
3064
kramdown (~> 2.3, >= 2.3.1)
3165
kramdown-parser-gfm (~> 1.0)
3266
liquid (~> 4.0)
33-
mercenary (>= 0.3.6, < 0.5)
67+
mercenary (~> 0.3, >= 0.3.6)
3468
pathutil (~> 0.9)
3569
rouge (>= 3.0, < 5.0)
3670
safe_yaml (~> 1.0)
@@ -45,57 +79,110 @@ GEM
4579
jekyll-paginate (1.1.0)
4680
jekyll-redirect-from (0.16.0)
4781
jekyll (>= 3.3, < 5.0)
48-
jekyll-sass-converter (3.0.0)
49-
sass-embedded (~> 1.54)
82+
jekyll-sass-converter (3.1.0)
83+
sass-embedded (~> 1.75)
5084
jekyll-sitemap (1.4.0)
5185
jekyll (>= 3.7, < 5.0)
5286
jekyll-watch (2.2.1)
5387
listen (~> 3.0)
54-
kramdown (2.4.0)
55-
rexml
88+
json (2.10.1)
89+
kramdown (2.5.1)
90+
rexml (>= 3.3.9)
5691
kramdown-parser-gfm (1.1.0)
5792
kramdown (~> 2.0)
5893
liquid (4.0.4)
5994
listen (3.9.0)
6095
rb-fsevent (~> 0.10, >= 0.10.3)
6196
rb-inotify (~> 0.9, >= 0.9.10)
97+
logger (1.6.6)
6298
mercenary (0.4.0)
63-
minimal-mistakes-jekyll (4.25.0)
99+
minimal-mistakes-jekyll (4.26.2)
64100
jekyll (>= 3.7, < 5.0)
65101
jekyll-feed (~> 0.1)
66102
jekyll-gist (~> 1.5)
67103
jekyll-include-cache (~> 0.1)
68104
jekyll-paginate (~> 1.1)
69105
jekyll-sitemap (~> 1.3)
70-
net-http (0.4.1)
106+
net-http (0.6.0)
71107
uri
72108
octokit (4.25.1)
73109
faraday (>= 1, < 3)
74110
sawyer (~> 0.9)
75111
pathutil (0.16.2)
76112
forwardable-extended (~> 2.6)
77-
public_suffix (5.0.5)
113+
public_suffix (6.0.1)
78114
rake (13.2.1)
79115
rb-fsevent (0.11.2)
80-
rb-inotify (0.10.1)
116+
rb-inotify (0.11.1)
81117
ffi (~> 1.0)
82-
rexml (3.2.6)
83-
rouge (4.2.1)
118+
rexml (3.4.1)
119+
rouge (4.5.1)
84120
safe_yaml (1.0.5)
85-
sass-embedded (1.75.0)
86-
google-protobuf (>= 3.25, < 5.0)
87-
rake (>= 13.0.0)
121+
sass-embedded (1.85.1)
122+
google-protobuf (~> 4.29)
123+
rake (>= 13)
124+
sass-embedded (1.85.1-aarch64-linux-android)
125+
google-protobuf (~> 4.29)
126+
sass-embedded (1.85.1-aarch64-linux-gnu)
127+
google-protobuf (~> 4.29)
128+
sass-embedded (1.85.1-aarch64-linux-musl)
129+
google-protobuf (~> 4.29)
130+
sass-embedded (1.85.1-aarch64-mingw-ucrt)
131+
google-protobuf (~> 4.29)
132+
sass-embedded (1.85.1-arm-linux-androideabi)
133+
google-protobuf (~> 4.29)
134+
sass-embedded (1.85.1-arm-linux-gnueabihf)
135+
google-protobuf (~> 4.29)
136+
sass-embedded (1.85.1-arm-linux-musleabihf)
137+
google-protobuf (~> 4.29)
138+
sass-embedded (1.85.1-arm64-darwin)
139+
google-protobuf (~> 4.29)
140+
sass-embedded (1.85.1-riscv64-linux-android)
141+
google-protobuf (~> 4.29)
142+
sass-embedded (1.85.1-riscv64-linux-gnu)
143+
google-protobuf (~> 4.29)
144+
sass-embedded (1.85.1-riscv64-linux-musl)
145+
google-protobuf (~> 4.29)
146+
sass-embedded (1.85.1-x86_64-darwin)
147+
google-protobuf (~> 4.29)
148+
sass-embedded (1.85.1-x86_64-linux-android)
149+
google-protobuf (~> 4.29)
150+
sass-embedded (1.85.1-x86_64-linux-gnu)
151+
google-protobuf (~> 4.29)
152+
sass-embedded (1.85.1-x86_64-linux-musl)
153+
google-protobuf (~> 4.29)
88154
sawyer (0.9.2)
89155
addressable (>= 2.3.5)
90156
faraday (>= 0.17.3, < 3)
91157
terminal-table (3.0.2)
92158
unicode-display_width (>= 1.1.1, < 3)
93-
unicode-display_width (2.5.0)
94-
uri (0.13.0)
95-
webrick (1.8.1)
159+
unicode-display_width (2.6.0)
160+
uri (1.0.3)
161+
webrick (1.9.1)
96162

97163
PLATFORMS
164+
aarch64-linux
165+
aarch64-linux-android
166+
aarch64-linux-gnu
167+
aarch64-linux-musl
168+
aarch64-mingw-ucrt
169+
arm-linux-androideabi
170+
arm-linux-gnu
171+
arm-linux-gnueabihf
172+
arm-linux-musl
173+
arm-linux-musleabihf
174+
arm64-darwin
175+
riscv64-linux-android
176+
riscv64-linux-gnu
177+
riscv64-linux-musl
98178
ruby
179+
x86-linux
180+
x86-linux-gnu
181+
x86-linux-musl
182+
x86_64-darwin
183+
x86_64-linux-android
184+
x86_64-linux-gnu
185+
x86_64-linux-musl
99186

100187
DEPENDENCIES
101188
jekyll (~> 4.2)
@@ -109,4 +196,4 @@ DEPENDENCIES
109196
tzinfo-data
110197

111198
BUNDLED WITH
112-
2.1.4
199+
2.5.11

0 commit comments

Comments
 (0)