perc/Gemfile
Pranshu Sharma 50152e4abf Perc is finsished
Massive work done. Finished in that the criteria of what it wanted to
do is done, still lot of refining left.

Added directory-local toml, local routing support
2025-06-01 13:01:59 +10:00

17 lines
309 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'
# database
gem 'activerecord'