csci8980-f21/Gemfile
2020-07-02 21:54:08 +01:00

16 lines
216 B
Ruby

source "https://rubygems.org"
group :jekyll_plugins do
gem 'github-pages'
end
group :development do
gem 'guard'
gem 'guard-shell'
gem 'html-proofer'
end
group :epub do
gem 'safe_yaml'
gem 'liquid'
end