Add jekyll-compose to Gemfile.

This commit is contained in:
Eduard Tolosa 2024-01-23 17:57:52 -05:00
parent 20b13ae115
commit ba116d456f

View file

@ -3,6 +3,7 @@
source "https://rubygems.org"
gem "jekyll-theme-chirpy", "~> 6.3.1"
gem 'jekyll-compose', group: [:jekyll_plugins]
group :test do
gem "html-proofer", "~> 3.18"