Skip to content

Commit c74d85f

Browse files
committed
Remove dependency restrictions required for running under Ruby 3.2.
1 parent 1e4fcdd commit c74d85f

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

Gemfile

-6
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@ source "https://rubygems.org"
22
gem "jekyll"
33
gem "github-pages"
44

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-
115
# kramdown v2 ships without the gfm parser by default. If you're using
126
# kramdown v1, comment out this line.
137
gem "kramdown-parser-gfm"

Gemfile.lock

-3
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,6 @@ GEM
277277
unf_ext
278278
unf_ext (0.0.8)
279279
unicode-display_width (1.8.0)
280-
webrick (1.8.1)
281280
zeitwerk (2.5.3)
282281

283282
PLATFORMS
@@ -288,8 +287,6 @@ DEPENDENCIES
288287
github-pages
289288
jekyll
290289
kramdown-parser-gfm
291-
liquid (= 4.0.4)
292-
webrick
293290

294291
BUNDLED WITH
295292
2.4.13

0 commit comments

Comments
 (0)