File tree 2 files changed +0
-9
lines changed
2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,6 @@ source "https://rubygems.org"
2
2
gem "jekyll"
3
3
gem "github-pages"
4
4
5
- # Ruby 3.2 has some issues when dealing with `4.0.3`; so bumping the version to `4.0.4`.
6
- gem "liquid" , "4.0.4"
7
-
8
- # Ruby 3.x does not include this gem anymore, so installing manually.
9
- gem "webrick"
10
-
11
5
# kramdown v2 ships without the gfm parser by default. If you're using
12
6
# kramdown v1, comment out this line.
13
7
gem "kramdown-parser-gfm"
Original file line number Diff line number Diff line change 277
277
unf_ext
278
278
unf_ext (0.0.8 )
279
279
unicode-display_width (1.8.0 )
280
- webrick (1.8.1 )
281
280
zeitwerk (2.5.3 )
282
281
283
282
PLATFORMS
@@ -288,8 +287,6 @@ DEPENDENCIES
288
287
github-pages
289
288
jekyll
290
289
kramdown-parser-gfm
291
- liquid (= 4.0.4 )
292
- webrick
293
290
294
291
BUNDLED WITH
295
292
2.4.13
You can’t perform that action at this time.
0 commit comments