Skip to content

Commit

Permalink
Add 'bigdecimal' gem
Browse files Browse the repository at this point in the history
  • Loading branch information
tobre1 committed Feb 14, 2025
1 parent 3eee240 commit 7592f61
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ gem "just-the-docs", "0.7.0" # pinned to the current release

gem "csv"
gem "logger"
gem "base64"
gem "base64"
gem "bigdecimal"
2 changes: 2 additions & 0 deletions docs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -102,6 +103,7 @@ PLATFORMS

DEPENDENCIES
base64
bigdecimal
csv
jekyll (~> 4.3.2)
just-the-docs (= 0.7.0)
Expand Down

0 comments on commit 7592f61

Please sign in to comment.