Skip to content

Commit 9be0d61

Browse files
authored
chore: bump Gems (Jekyll 4) (#393)
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
1 parent cd215be commit 9be0d61

File tree

3 files changed

+134
-59
lines changed

3 files changed

+134
-59
lines changed

.github/workflows/jekyll.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup Ruby
2828
uses: ruby/setup-ruby@v1
2929
with:
30-
ruby-version: "3.1"
30+
ruby-version: "3.3"
3131
bundler-cache: true
3232
- name: Setup Pages
3333
id: pages

Gemfile

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frozen_string_literal: true
22

3-
source "https://rubygems.org"
3+
source 'https://rubygems.org'
44

55
# Hello! This is where you manage which Jekyll version is used to run.
66
# When you want to use a different version, change it below, save the
@@ -10,7 +10,7 @@ source "https://rubygems.org"
1010
#
1111
# This will help ensure the proper Jekyll version is running.
1212
# Happy Jekylling!
13-
gem 'jekyll', '~> 3.9'
13+
gem 'jekyll'
1414

1515
# This is needed for GitHub Flavored Markdown
1616
gem 'kramdown-parser-gfm'
@@ -23,9 +23,9 @@ gem 'rake'
2323
# If you have any plugins, put them here!
2424
group :jekyll_plugins do
2525
gem 'jekyll-feed'
26+
gem 'jekyll-redirect-from'
2627
gem 'jekyll-remote-theme'
2728
gem 'jekyll-seo-tag'
28-
gem 'jekyll-redirect-from'
2929
end
3030

3131
# Checkers and such
@@ -37,6 +37,6 @@ end
3737
gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby]
3838

3939
# Performance-booster for watching directories on Windows
40-
gem 'wdm', '~> 0.1.0' if Gem.win_platform?
40+
gem 'wdm' if Gem.win_platform?
4141

42-
gem "webrick", "~> 1.8"
42+
gem 'webrick'

Gemfile.lock

+128-53
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,61 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
Ascii85 (1.1.0)
5-
addressable (2.8.4)
6-
public_suffix (>= 2.0.2, < 6.0)
4+
Ascii85 (2.0.1)
5+
addressable (2.8.7)
6+
public_suffix (>= 2.0.2, < 7.0)
77
afm (0.2.2)
8-
async (2.6.2)
9-
console (~> 1.10)
8+
async (2.21.3)
9+
console (~> 1.29)
1010
fiber-annotation
11-
io-event (~> 1.1)
12-
timers (~> 4.1)
11+
io-event (~> 1.7)
12+
metrics (~> 0.12)
13+
traces (~> 0.15)
14+
base64 (0.2.0)
15+
bigdecimal (3.1.9)
1316
colorator (1.1.0)
14-
concurrent-ruby (1.2.2)
15-
console (1.17.2)
17+
concurrent-ruby (1.3.5)
18+
console (1.29.2)
1619
fiber-annotation
17-
fiber-local
20+
fiber-local (~> 1.1)
21+
json
22+
csv (3.3.2)
1823
em-websocket (0.5.3)
1924
eventmachine (>= 0.12.9)
2025
http_parser.rb (~> 0)
2126
ethon (0.16.0)
2227
ffi (>= 1.15.0)
2328
eventmachine (1.2.7)
24-
ffi (1.15.5)
29+
ffi (1.17.1-aarch64-linux-gnu)
30+
ffi (1.17.1-aarch64-linux-musl)
31+
ffi (1.17.1-arm-linux-gnu)
32+
ffi (1.17.1-arm-linux-musl)
33+
ffi (1.17.1-arm64-darwin)
34+
ffi (1.17.1-x86_64-darwin)
35+
ffi (1.17.1-x86_64-linux-gnu)
36+
ffi (1.17.1-x86_64-linux-musl)
2537
fiber-annotation (0.2.0)
26-
fiber-local (1.0.0)
38+
fiber-local (1.1.0)
39+
fiber-storage
40+
fiber-storage (1.0.0)
2741
forwardable-extended (2.6.0)
42+
google-protobuf (4.29.3)
43+
bigdecimal
44+
rake (>= 13)
45+
google-protobuf (4.29.3-aarch64-linux)
46+
bigdecimal
47+
rake (>= 13)
48+
google-protobuf (4.29.3-arm64-darwin)
49+
bigdecimal
50+
rake (>= 13)
51+
google-protobuf (4.29.3-x86_64-darwin)
52+
bigdecimal
53+
rake (>= 13)
54+
google-protobuf (4.29.3-x86_64-linux)
55+
bigdecimal
56+
rake (>= 13)
2857
hashery (2.1.2)
29-
html-proofer (5.0.7)
58+
html-proofer (5.0.9)
3059
addressable (~> 2.3)
3160
async (~> 2.1)
3261
nokogiri (~> 1.13)
@@ -36,22 +65,28 @@ GEM
3665
yell (~> 2.0)
3766
zeitwerk (~> 2.5)
3867
http_parser.rb (0.8.0)
39-
i18n (1.14.1)
68+
i18n (1.14.7)
4069
concurrent-ruby (~> 1.0)
41-
io-event (1.2.2)
42-
jekyll (3.9.3)
70+
io-event (1.8.2)
71+
jekyll (4.4.1)
4372
addressable (~> 2.4)
73+
base64 (~> 0.2)
4474
colorator (~> 1.0)
75+
csv (~> 3.0)
4576
em-websocket (~> 0.5)
46-
i18n (>= 0.7, < 2)
47-
jekyll-sass-converter (~> 1.0)
77+
i18n (~> 1.0)
78+
jekyll-sass-converter (>= 2.0, < 4.0)
4879
jekyll-watch (~> 2.0)
49-
kramdown (>= 1.17, < 3)
80+
json (~> 2.6)
81+
kramdown (~> 2.3, >= 2.3.1)
82+
kramdown-parser-gfm (~> 1.0)
5083
liquid (~> 4.0)
51-
mercenary (~> 0.3.3)
84+
mercenary (~> 0.3, >= 0.3.6)
5285
pathutil (~> 0.9)
53-
rouge (>= 1.7, < 4)
86+
rouge (>= 3.0, < 5.0)
5487
safe_yaml (~> 1.0)
88+
terminal-table (>= 1.8, < 4.0)
89+
webrick (~> 1.7)
5590
jekyll-feed (0.17.0)
5691
jekyll (>= 3.7, < 5.0)
5792
jekyll-redirect-from (0.16.0)
@@ -61,72 +96,112 @@ GEM
6196
jekyll (>= 3.5, < 5.0)
6297
jekyll-sass-converter (>= 1.0, <= 3.0.0, != 2.0.0)
6398
rubyzip (>= 1.3.0, < 3.0)
64-
jekyll-sass-converter (1.5.2)
65-
sass (~> 3.4)
99+
jekyll-sass-converter (3.0.0)
100+
sass-embedded (~> 1.54)
66101
jekyll-seo-tag (2.8.0)
67102
jekyll (>= 3.8, < 5.0)
68103
jekyll-watch (2.2.1)
69104
listen (~> 3.0)
70-
kramdown (2.4.0)
71-
rexml
105+
json (2.9.1)
106+
kramdown (2.5.1)
107+
rexml (>= 3.3.9)
72108
kramdown-parser-gfm (1.1.0)
73109
kramdown (~> 2.0)
74110
liquid (4.0.4)
75-
listen (3.8.0)
111+
listen (3.9.0)
76112
rb-fsevent (~> 0.10, >= 0.10.3)
77113
rb-inotify (~> 0.9, >= 0.9.10)
78-
mercenary (0.3.6)
79-
mini_portile2 (2.8.6)
80-
nokogiri (1.16.5)
81-
mini_portile2 (~> 2.8.2)
114+
mercenary (0.4.0)
115+
metrics (0.12.1)
116+
nokogiri (1.18.2-aarch64-linux-gnu)
117+
racc (~> 1.4)
118+
nokogiri (1.18.2-aarch64-linux-musl)
119+
racc (~> 1.4)
120+
nokogiri (1.18.2-arm-linux-gnu)
121+
racc (~> 1.4)
122+
nokogiri (1.18.2-arm-linux-musl)
123+
racc (~> 1.4)
124+
nokogiri (1.18.2-arm64-darwin)
125+
racc (~> 1.4)
126+
nokogiri (1.18.2-x86_64-darwin)
127+
racc (~> 1.4)
128+
nokogiri (1.18.2-x86_64-linux-gnu)
129+
racc (~> 1.4)
130+
nokogiri (1.18.2-x86_64-linux-musl)
82131
racc (~> 1.4)
83132
pathutil (0.16.2)
84133
forwardable-extended (~> 2.6)
85-
pdf-reader (2.11.0)
86-
Ascii85 (~> 1.0)
134+
pdf-reader (2.14.1)
135+
Ascii85 (>= 1.0, < 3.0, != 2.0.0)
87136
afm (~> 0.2.1)
88137
hashery (~> 2.0)
89138
ruby-rc4
90139
ttfunk
91-
public_suffix (5.0.1)
92-
racc (1.7.3)
140+
public_suffix (6.0.1)
141+
racc (1.8.1)
93142
rainbow (3.1.1)
94-
rake (13.0.6)
143+
rake (13.2.1)
95144
rb-fsevent (0.11.2)
96-
rb-inotify (0.10.1)
145+
rb-inotify (0.11.1)
97146
ffi (~> 1.0)
98-
rexml (3.3.9)
99-
rouge (3.30.0)
147+
rexml (3.4.0)
148+
rouge (4.5.1)
100149
ruby-rc4 (0.1.5)
101-
rubyzip (2.3.2)
150+
rubyzip (2.4.1)
102151
safe_yaml (1.0.5)
103-
sass (3.7.4)
104-
sass-listen (~> 4.0.0)
105-
sass-listen (4.0.0)
106-
rb-fsevent (~> 0.9, >= 0.9.4)
107-
rb-inotify (~> 0.9, >= 0.9.7)
108-
timers (4.3.5)
109-
ttfunk (1.7.0)
110-
typhoeus (1.4.0)
152+
sass-embedded (1.83.4-aarch64-linux-gnu)
153+
google-protobuf (~> 4.29)
154+
sass-embedded (1.83.4-aarch64-linux-musl)
155+
google-protobuf (~> 4.29)
156+
sass-embedded (1.83.4-arm-linux-gnueabihf)
157+
google-protobuf (~> 4.29)
158+
sass-embedded (1.83.4-arm-linux-musleabihf)
159+
google-protobuf (~> 4.29)
160+
sass-embedded (1.83.4-arm64-darwin)
161+
google-protobuf (~> 4.29)
162+
sass-embedded (1.83.4-x86_64-darwin)
163+
google-protobuf (~> 4.29)
164+
sass-embedded (1.83.4-x86_64-linux-gnu)
165+
google-protobuf (~> 4.29)
166+
sass-embedded (1.83.4-x86_64-linux-musl)
167+
google-protobuf (~> 4.29)
168+
terminal-table (3.0.2)
169+
unicode-display_width (>= 1.1.1, < 3)
170+
traces (0.15.2)
171+
ttfunk (1.8.0)
172+
bigdecimal (~> 3.1)
173+
typhoeus (1.4.1)
111174
ethon (>= 0.9.0)
112-
webrick (1.8.2)
175+
unicode-display_width (2.6.0)
176+
webrick (1.9.1)
113177
yell (2.2.2)
114-
zeitwerk (2.6.8)
178+
zeitwerk (2.7.1)
115179

116180
PLATFORMS
117-
ruby
181+
aarch64-linux
182+
aarch64-linux-gnu
183+
aarch64-linux-musl
184+
arm-linux-gnu
185+
arm-linux-gnueabihf
186+
arm-linux-musl
187+
arm-linux-musleabihf
188+
arm64-darwin
189+
x86_64-darwin
190+
x86_64-linux
191+
x86_64-linux-gnu
192+
x86_64-linux-musl
118193

119194
DEPENDENCIES
120195
html-proofer
121-
jekyll (~> 3.9)
196+
jekyll
122197
jekyll-feed
123198
jekyll-redirect-from
124199
jekyll-remote-theme
125200
jekyll-seo-tag
126201
kramdown-parser-gfm
127202
rake
128203
tzinfo-data
129-
webrick (~> 1.8)
204+
webrick
130205

131206
BUNDLED WITH
132-
2.2.23
207+
2.5.22

0 commit comments

Comments
 (0)