react/docs/Gemfile

20 lines
287 B
Ruby
Raw Normal View History

2013-05-30 03:46:11 +08:00
source 'https://rubygems.org'
gem 'rake'
2013-05-30 03:46:11 +08:00
# jekyll, which builds it all
2014-08-13 13:44:18 +08:00
# 2.0 includes sass processing
gem 'jekyll', '~>2.0'
2013-05-30 03:46:11 +08:00
# Auto redirect pages
gem 'jekyll-redirect-from'
2013-05-30 03:46:11 +08:00
# JSON
gem 'json'
# For `rake watch`
gem 'rb-fsevent'
# For markdown header cleanup
2014-08-13 13:44:18 +08:00
gem 'sanitize', '~>2.0'