Skip to content

Commit

Permalink
Website generation: Fix missing gems
Browse files Browse the repository at this point in the history
  • Loading branch information
szh committed Dec 27, 2024
1 parent 97a1561 commit 9f31e4b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,7 @@ gem 'jekyll-redirect-from'
gem 'kramdown', '>= 2.3.0'

gem 'webrick', '~> 1.7'

gem 'csv'
gem 'base64'
gem 'bigdecimal'
6 changes: 6 additions & 0 deletions docs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -76,6 +79,9 @@ PLATFORMS
ruby

DEPENDENCIES
base64
bigdecimal
csv
jekyll (~> 4.3.3)
jekyll-feed (~> 0.17)
jekyll-redirect-from
Expand Down

0 comments on commit 9f31e4b

Please sign in to comment.