Skip to content

Commit

Permalink
fix(gem): add bigdecimal dep. (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwangggg authored Nov 16, 2023
1 parent 12f14e8 commit 2d4593d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,6 @@ gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]

# Add webrick dependency for Ruby >= 3.0.0
gem "webrick", "~> 1.8"

# Add bigdecimal to run jekyll
gem "bigdecimal"
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ GEM
specs:
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
bigdecimal (3.1.4)
colorator (1.1.0)
concurrent-ruby (1.2.2)
em-websocket (0.5.3)
Expand Down Expand Up @@ -79,6 +80,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
bigdecimal
jekyll (~> 4.3.2)
jekyll-feed (~> 0.17)
jekyll-paginate
Expand Down

0 comments on commit 2d4593d

Please sign in to comment.