mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-12-10 00:30:02 -06:00
14 lines
205 B
Ruby
14 lines
205 B
Ruby
source :rubygems
|
|
|
|
gem 'rake'
|
|
gem 'jekyll'
|
|
gem 'rdiscount'
|
|
gem 'RedCloth'
|
|
gem 'haml', '>= 3.1'
|
|
gem 'compass', '>= 0.11'
|
|
gem 'rubypants'
|
|
gem 'rb-fsevent'
|
|
gem 'guard-shell'
|
|
gem 'guard-livereload'
|
|
gem 'serve'
|