home-assistant.github.io/Gemfile
Paulus Schoutsen 8833982fe6 Update dependencies (#3245)
* Update dependencies

* Remove more things we don't need
2017-08-26 09:49:44 -07:00

21 lines
423 B
Ruby

source "https://rubygems.org"
group :development do
gem 'rake', '~> 10.0'
gem 'jekyll', '~> 3.0'
gem 'compass', '~> 0.12'
gem 'sass-globbing', '~> 1.0'
gem 'stringex', '~> 1.4'
gem 'pry'
end
group :jekyll_plugins do
gem 'jekyll-paginate'
gem 'jekyll-redirect-from'
gem 'jekyll-sitemap'
gem 'jekyll-time-to-read'
gem 'octopress', '~> 3.0'
gem 'octopress-include-tag'
end
gem 'sinatra', '~> 1.4.2'