Skip to content

Commit ce69f1c

Browse files
authored
fix: broken docker build (OAI#3573)
1 parent c6fa479 commit ce69f1c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ source "https://rubygems.org"
55
gem "jekyll", "~> 4.2"
66
gem "webrick", "~> 1.7"
77
gem "jekyll-remote-theme"
8+
gem "jekyll-include-cache", "~>0.2.1"
89
gem "just-the-docs", "~> 0.4.2"
910

1011
group :jekyll_plugins do

Gemfile.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ GEM
3131
safe_yaml (~> 1.0)
3232
terminal-table (>= 1.8, < 4.0)
3333
webrick (~> 1.7)
34+
jekyll-include-cache (0.2.1)
35+
jekyll (>= 3.7, < 5.0)
3436
jekyll-remote-theme (0.4.3)
3537
addressable (~> 2.0)
3638
jekyll (>= 3.5, < 5.0)
@@ -81,6 +83,7 @@ PLATFORMS
8183

8284
DEPENDENCIES
8385
jekyll (~> 4.2)
86+
jekyll-include-cache (~> 0.2.1)
8487
jekyll-remote-theme
8588
jekyll-sitemap (~> 1.4)
8689
just-the-docs (~> 0.4.2)

0 commit comments

Comments
 (0)