1
0
Fork 0
mirror of https://github.com/safing/web synced 2025-04-17 17:39:08 +00:00
safing-web/Gemfile
2018-09-12 11:47:43 +02:00

12 lines
182 B
Ruby

source 'https://rubygems.org'
gem 'jekyll'
group :jekyll_plugins do
gem 'jekyll-paginate'
gem 'jekyll-minifier'
gem 'jekyll-haml'
gem 'jekyll-less'
end
gem 'therubyracer'