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