From 9f31e4b06c0d49e8719f99663ff8720494797ef9 Mon Sep 17 00:00:00 2001 From: Shlomo Zalman Heigh Date: Fri, 27 Dec 2024 11:22:30 -0500 Subject: [PATCH] Website generation: Fix missing gems --- docs/Gemfile | 4 ++++ docs/Gemfile.lock | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/docs/Gemfile b/docs/Gemfile index 56038b69d..a4c784c43 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -37,3 +37,7 @@ gem 'jekyll-redirect-from' gem 'kramdown', '>= 2.3.0' gem 'webrick', '~> 1.7' + +gem 'csv' +gem 'base64' +gem 'bigdecimal' diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index 283f67fb0..24438dd4e 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -3,8 +3,11 @@ GEM specs: addressable (2.8.6) public_suffix (>= 2.0.2, < 6.0) + base64 (0.2.0) + bigdecimal (3.1.9) colorator (1.1.0) concurrent-ruby (1.2.3) + csv (3.3.2) em-websocket (0.5.3) eventmachine (>= 0.12.9) http_parser.rb (~> 0) @@ -76,6 +79,9 @@ PLATFORMS ruby DEPENDENCIES + base64 + bigdecimal + csv jekyll (~> 4.3.3) jekyll-feed (~> 0.17) jekyll-redirect-from