perc/Gemfile
Pranshu Sharma 094189e2cb huge: changed to roda
now works same as before, but much more extensible.  Internally, a
routing tree is used.
2025-06-01 00:43:19 +10:00

14 lines
278 B
Ruby

gem 'roda'
gem 'rackup'
# For parsing html and making the sidebar. Very fast
gem 'nokogiri'
# Markdown converter. Uses native C code
gem 'redcarpet'
# For parsing config. Also uses native C code and bindings, fast.
gem 'tomlib'
# embeded ruby templating lanuage
gem 'erb'