Files
react/docs/Gemfile
Paul O’Shannessy 378a49bf3c Update jekyll to 1.3
2013-11-19 15:18:15 -08:00

22 lines
268 B
Ruby

source 'https://rubygems.org'
gem 'rake'
# jekyll, which builds it all
gem 'jekyll', '~>1.3.0'
# JSON
gem 'json'
# SASS for CSS
gem 'sass'
# For `rake watch`
gem 'rb-fsevent'
# Redcarpet for Markdown
gem 'redcarpet'
# For markdown header cleanup
gem 'sanitize'