home-assistant.github.io/Gemfile
Jan Pobořil f006544cb6 Fixed menu to contain also iOS. (#1851)
* Fixed menu to contain also iOS.

Because article it also about iOS.

* Changed URL in link.

* Renamed android page to mobile.

* Added redirect_from for mobile page from old path.

* Fixed formatting in mobile page.
2017-01-31 10:46:05 +01:00

31 lines
689 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'
gem 'haml', '~> 4.0'
gem 'compass', '~> 0.12'
gem 'sass-globbing', '~> 1.0'
gem 'rubypants', '~> 0.2'
gem 'rb-fsevent', '~> 0.9'
gem 'stringex', '~> 1.4'
gem 'execjs'
gem 'therubyracer', :platforms => :ruby
gem 'coderay'
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-filters'
gem 'octopress-include-tag'
end
gem 'sinatra', '~> 1.4.2'