Skip to content

Commit 43e7d55

Browse files
committed
Update Gemfile
1 parent 9b0eda2 commit 43e7d55

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

Gemfile

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
1-
source 'https://rubygems.org'
2-
3-
gem "jekyll", "~> 4.4.1" # installed by `gem jekyll`
4-
# gem "webrick" # required when using Ruby >= 3 and Jekyll <= 4.2.2
5-
6-
gem "just-the-docs"# pinned to the current release
7-
# gem "just-the-docs" # always download the latest release
8-
9-
gem "jekyll-default-layout"
1+
source 'https://rubygems.org'
2+
3+
gem "jekyll", "~> 4.4.1" # installed by `gem jekyll`
4+
# gem "webrick" # required when using Ruby >= 3 and Jekyll <= 4.2.2
5+
6+
gem "just-the-docs"# pinned to the current release
7+
# gem "just-the-docs" # always download the latest release
8+
9+
gem "jekyll-default-layout"
10+
11+
gem "jekyll-seo-tag"
12+
13+
gem "jekyll-sitemap"
14+
15+
gem "jekyll-last-modified-at"

0 commit comments

Comments
 (0)