home-assistant.github.io/Gemfile
Paulus Schoutsen 8f47eb20e5 More fixes
2015-10-27 00:53:57 -07:00

30 lines
700 B
Ruby

source "https://rubygems.org"
group :development do
gem 'rake', '~> 10.0'
gem 'jekyll', '~> 3.0'
gem 'pygments.rb', '~> 0.6.3'
gem 'rdiscount', '~> 2.0'
gem 'RedCloth', '~> 4.2.9'
gem 'haml', '~> 4.0'
gem 'compass', '~> 0.12.2'
gem 'sass-globbing', '~> 1.0.0'
gem 'rubypants', '~> 0.2.0'
gem 'rb-fsevent', '~> 0.9'
gem 'stringex', '~> 1.4.0'
gem 'execjs'
gem 'therubyracer', :platforms => :ruby
end
group :jekyll_plugins do
gem 'jekyll-paginate'
gem 'jekyll-sitemap'
gem 'jekyll-time-to-read'
gem 'octopress', '~> 3.0'
gem 'octopress-codefence'
gem 'octopress-filters'
gem 'octopress-include-tag'
# gem 'octopress-solarized'
end
gem 'sinatra', '~> 1.4.2'