From 533653ff3e4fe26733a19a2e6e5be367c1f02d4b Mon Sep 17 00:00:00 2001 From: Ryuzaki <0xRyuzak1@github.com> Date: Wed, 25 Oct 2023 21:32:11 -0400 Subject: [PATCH] Adding jekyll-compose to Gemfile --- Gemfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Gemfile b/Gemfile index 8934f4a..6d3672b 100644 --- a/Gemfile +++ b/Gemfile @@ -21,3 +21,6 @@ gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin] # Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem # do not have a Java counterpart. gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby] + + +gem 'jekyll-compose', group: [:jekyll_plugins] \ No newline at end of file