Skip to content

Commit

Permalink
Add gems for smoother installation
Browse files Browse the repository at this point in the history
  • Loading branch information
sylhare committed Aug 12, 2024
1 parent 81a17e5 commit 5c2ea6d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,13 @@
source "https://rubygems.org"
gemspec

# Extra optional dependencies so it works better out of the box regardless of the runtime environment

# Default Jekyll markdown parser it should already be installed
gem "kramdown-parser-gfm"
# Ruby 3.4.0 removed some standard libraries that Jekyll uses
# Depending on the jekyll/ruby configuration it should be already installed
gem "webrick"
gem "csv"
gem "base64"
gem "bigdecimal"

0 comments on commit 5c2ea6d

Please sign in to comment.