From 5c2ea6dd9991bd9e387f7845f6c90bf5aed2286b Mon Sep 17 00:00:00 2001 From: sylhare Date: Sat, 10 Aug 2024 09:39:21 -0400 Subject: [PATCH] Add gems for smoother installation --- Gemfile | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Gemfile b/Gemfile index 3be9c3cd81..bf60e73015 100644 --- a/Gemfile +++ b/Gemfile @@ -1,2 +1,13 @@ source "https://rubygems.org" gemspec + +# Extra optional dependencies so it works better out of the box regardless of the runtime environment + +# Default Jekyll markdown parser it should already be installed +gem "kramdown-parser-gfm" +# Ruby 3.4.0 removed some standard libraries that Jekyll uses +# Depending on the jekyll/ruby configuration it should be already installed +gem "webrick" +gem "csv" +gem "base64" +gem "bigdecimal" \ No newline at end of file