Skip to content

Commit e988ca7

Browse files
committed
Update Jekyll Gemfile
1 parent 1344cad commit e988ca7

1 file changed

Lines changed: 6 additions & 17 deletions

File tree

docs/Gemfile

Lines changed: 6 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,13 @@
11
source "https://rubygems.org"
22

3-
gem "jekyll", "~> 4.3.0"
4-
gem "just-the-docs", "~> 0.8.2"
3+
source "https://rubygems.org"
4+
ruby "~> 3.2"
5+
6+
gem "jekyll", "~> 4.4.1"
7+
gem "just-the-docs", "~> 0.10.1"
58

69
group :jekyll_plugins do
7-
gem "jekyll-feed", "~> 0.12"
10+
gem "jekyll-feed", "~> 0.17"
811
gem "jekyll-sitemap"
912
gem "jekyll-seo-tag"
1013
end
11-
12-
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
13-
# and associated library.
14-
platforms :mingw, :x64_mingw, :mswin, :jruby do
15-
gem "tzinfo", ">= 1", "< 3"
16-
gem "tzinfo-data"
17-
end
18-
19-
# Performance-booster for watching directories on Windows
20-
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
21-
22-
# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem
23-
# do not have a Java counterpart.
24-
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]

0 commit comments

Comments
 (0)