diff options
author | Simone Bortolin <simonebortolin@users.noreply.github.com> | 2022-08-09 11:45:45 +0200 |
---|---|---|
committer | Simone Bortolin <simonebortolin@users.noreply.github.com> | 2022-12-19 23:01:05 +0100 |
commit | 81c799839bb0d2f07674d54db4bdb2769162f03a (patch) | |
tree | 2863fe474aee3c27e057631e1169842a4584f4ab /just-the-docs.gemspec | |
parent | Update ont-technicolor-afm0002.md (diff) | |
download | hack-gpon.github.io-81c799839bb0d2f07674d54db4bdb2769162f03a.tar hack-gpon.github.io-81c799839bb0d2f07674d54db4bdb2769162f03a.tar.gz hack-gpon.github.io-81c799839bb0d2f07674d54db4bdb2769162f03a.tar.bz2 hack-gpon.github.io-81c799839bb0d2f07674d54db4bdb2769162f03a.tar.lz hack-gpon.github.io-81c799839bb0d2f07674d54db4bdb2769162f03a.tar.xz hack-gpon.github.io-81c799839bb0d2f07674d54db4bdb2769162f03a.tar.zst hack-gpon.github.io-81c799839bb0d2f07674d54db4bdb2769162f03a.zip |
Diffstat (limited to 'just-the-docs.gemspec')
-rw-r--r-- | just-the-docs.gemspec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/just-the-docs.gemspec b/just-the-docs.gemspec index cd073de..5b1fb52 100644 --- a/just-the-docs.gemspec +++ b/just-the-docs.gemspec @@ -17,5 +17,6 @@ Gem::Specification.new do |spec| spec.add_runtime_dependency "jekyll", ">= 3.8.5"
spec.add_runtime_dependency "jekyll-seo-tag", "~> 2.0"
spec.add_runtime_dependency "rake", ">= 12.3.1", "< 13.1.0"
-
+ spec.add_runtime_dependency "jekyll-webp"
+ spec.add_runtime_dependency "jekyll-remote-theme"
end
\ No newline at end of file |