From 7592f61fd3671e7c8ca851ebc2c7900357e99809 Mon Sep 17 00:00:00 2001 From: Tobias Reiter Date: Fri, 14 Feb 2025 16:22:42 +0100 Subject: [PATCH] Add 'bigdecimal' gem --- docs/Gemfile | 3 ++- docs/Gemfile.lock | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/Gemfile b/docs/Gemfile index 34f61a29..d8596b4c 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -8,4 +8,5 @@ gem "just-the-docs", "0.7.0" # pinned to the current release gem "csv" gem "logger" -gem "base64" \ No newline at end of file +gem "base64" +gem "bigdecimal" \ No newline at end of file diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index e6738634..9d776ab3 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -4,6 +4,7 @@ GEM 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.2.8) @@ -102,6 +103,7 @@ PLATFORMS DEPENDENCIES base64 + bigdecimal csv jekyll (~> 4.3.2) just-the-docs (= 0.7.0)