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'