Skip to content

Commit

Permalink
fix: broken docker build (#3573)
Browse files Browse the repository at this point in the history
  • Loading branch information
miqui authored Feb 15, 2024
1 parent c6fa479 commit ce69f1c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ source "https://rubygems.org"
gem "jekyll", "~> 4.2"
gem "webrick", "~> 1.7"
gem "jekyll-remote-theme"
gem "jekyll-include-cache", "~>0.2.1"
gem "just-the-docs", "~> 0.4.2"

group :jekyll_plugins do
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ GEM
safe_yaml (~> 1.0)
terminal-table (>= 1.8, < 4.0)
webrick (~> 1.7)
jekyll-include-cache (0.2.1)
jekyll (>= 3.7, < 5.0)
jekyll-remote-theme (0.4.3)
addressable (~> 2.0)
jekyll (>= 3.5, < 5.0)
Expand Down Expand Up @@ -81,6 +83,7 @@ PLATFORMS

DEPENDENCIES
jekyll (~> 4.2)
jekyll-include-cache (~> 0.2.1)
jekyll-remote-theme
jekyll-sitemap (~> 1.4)
just-the-docs (~> 0.4.2)
Expand Down

0 comments on commit ce69f1c

Please sign in to comment.