Skip to content

Commit a13a833

Browse files
wip
1 parent 3980baf commit a13a833

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

docs/Gemfile

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,6 @@ gem "minima", "~> 2.5"
1717
group :jekyll_plugins do
1818
gem "jekyll-feed", "~> 0.12"
1919

20-
# From https://github.com/just-the-docs/just-the-docs?tab=readme-ov-file#use-as-a-ruby-gem
21-
gem "just-the-docs"
22-
23-
# From https://github.com/jekyll/jekyll-sitemap
24-
gem "jekyll-sitemap"
25-
26-
# From https://github.com/jekyll/jekyll-watch
27-
gem "jekyll-watch"
2820
end
2921

3022
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
@@ -40,3 +32,12 @@ gem "wdm", "~> 0.1", :platforms => [:mingw, :x64_mingw, :mswin]
4032
# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem
4133
# do not have a Java counterpart.
4234
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]
35+
36+
# From https://github.com/just-the-docs/just-the-docs?tab=readme-ov-file#use-as-a-ruby-gem
37+
gem "just-the-docs"
38+
39+
# From https://github.com/jekyll/jekyll-sitemap
40+
gem "jekyll-sitemap"
41+
42+
# From https://github.com/jekyll/jekyll-watch
43+
gem "jekyll-watch"

0 commit comments

Comments
 (0)