mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
19 lines
220 B
Ruby
19 lines
220 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gem 'rake'
|
|
|
|
# jekyll, which builds it all
|
|
gem 'jekyll', '~>1.0'
|
|
|
|
# JSON
|
|
gem 'json'
|
|
|
|
# SASS for CSS
|
|
gem 'sass'
|
|
|
|
# For `rake watch`
|
|
gem 'rb-fsevent'
|
|
|
|
# Redcarpet for Markdown
|
|
gem 'redcarpet'
|