Skip to content

Commit 760cce0

Browse files
committed
Added to gemfile github-metadat, include-cache, sitemap
1 parent 8c69647 commit 760cce0

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed

Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,13 @@ source 'https://rubygems.org'
33
gem "jekyll", "~> 4.3.2" # installed by `gem jekyll`
44
gem "just-the-docs", "0.5.4" # pinned to the current release
55
# gem "just-the-docs" # always download the latest release
6+
gem "jekyll-github-metadata", ">= 2.15"
67

78
group :jekyll_plugins do
89
gem "jekyll-polyglot"
910
gem "jekyll-seo-tag"
11+
gem "jekyll-include-cache"
12+
gem "jekyll-sitemap"
1013
gem "webrick" # required when using Ruby >= 3 and Jekyll <= 4.2.2
1114
gem "base64", "~> 0.2.0"
1215
end

Gemfile.lock

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,21 @@ GEM
1111
eventmachine (>= 0.12.9)
1212
http_parser.rb (~> 0)
1313
eventmachine (1.2.7)
14+
faraday (2.12.2)
15+
faraday-net_http (>= 2.0, < 3.5)
16+
json
17+
logger
18+
faraday-net_http (3.4.0)
19+
net-http (>= 0.5.0)
1420
ffi (1.17.1-arm64-darwin)
21+
ffi (1.17.1-x86_64-linux-gnu)
1522
forwardable-extended (2.6.0)
1623
google-protobuf (4.29.3-arm64-darwin)
1724
bigdecimal
1825
rake (>= 13)
26+
google-protobuf (4.29.3-x86_64-linux)
27+
bigdecimal
28+
rake (>= 13)
1929
http_parser.rb (0.8.0)
2030
i18n (1.14.6)
2131
concurrent-ruby (~> 1.0)
@@ -35,14 +45,22 @@ GEM
3545
safe_yaml (~> 1.0)
3646
terminal-table (>= 1.8, < 4.0)
3747
webrick (~> 1.7)
48+
jekyll-github-metadata (2.16.1)
49+
jekyll (>= 3.4, < 5.0)
50+
octokit (>= 4, < 7, != 4.4.0)
51+
jekyll-include-cache (0.2.1)
52+
jekyll (>= 3.7, < 5.0)
3853
jekyll-polyglot (1.8.1)
3954
jekyll (>= 4.0, >= 3.0)
4055
jekyll-sass-converter (3.0.0)
4156
sass-embedded (~> 1.54)
4257
jekyll-seo-tag (2.8.0)
4358
jekyll (>= 3.8, < 5.0)
59+
jekyll-sitemap (1.4.0)
60+
jekyll (>= 3.7, < 5.0)
4461
jekyll-watch (2.2.1)
4562
listen (~> 3.0)
63+
json (2.9.1)
4664
just-the-docs (0.5.4)
4765
jekyll (>= 3.8.5)
4866
jekyll-seo-tag (>= 2.0)
@@ -55,7 +73,13 @@ GEM
5573
listen (3.9.0)
5674
rb-fsevent (~> 0.10, >= 0.10.3)
5775
rb-inotify (~> 0.9, >= 0.9.10)
76+
logger (1.6.5)
5877
mercenary (0.4.0)
78+
net-http (0.6.0)
79+
uri
80+
octokit (6.1.1)
81+
faraday (>= 1, < 3)
82+
sawyer (~> 0.9)
5983
pathutil (0.16.2)
6084
forwardable-extended (~> 2.6)
6185
public_suffix (6.0.1)
@@ -66,11 +90,18 @@ GEM
6690
rexml (3.4.0)
6791
rouge (4.5.1)
6892
safe_yaml (1.0.5)
93+
sass-embedded (1.83.1)
94+
google-protobuf (~> 4.29)
95+
rake (>= 13)
6996
sass-embedded (1.83.1-arm64-darwin)
7097
google-protobuf (~> 4.29)
98+
sawyer (0.9.2)
99+
addressable (>= 2.3.5)
100+
faraday (>= 0.17.3, < 3)
71101
terminal-table (3.0.2)
72102
unicode-display_width (>= 1.1.1, < 3)
73103
unicode-display_width (2.6.0)
104+
uri (1.0.2)
74105
webrick (1.9.1)
75106

76107
PLATFORMS
@@ -80,8 +111,11 @@ PLATFORMS
80111
DEPENDENCIES
81112
base64 (~> 0.2.0)
82113
jekyll (~> 4.3.2)
114+
jekyll-github-metadata (>= 2.15)
115+
jekyll-include-cache
83116
jekyll-polyglot
84117
jekyll-seo-tag
118+
jekyll-sitemap
85119
just-the-docs (= 0.5.4)
86120
webrick
87121

0 commit comments

Comments
 (0)