# A sample Gemfile source "https://rubygems.org" group :development do gem 'jekyll' gem 'jekyll-sitemap' gem 'jekyll-timeago' gem 'rouge' gem 'mini_magick' gem 'fileutils' end # for faster LSI generation # from http://tonyarnold.com/2014/03/27/speeding-up-jekylls-latent-semantic-mapping.html #gem 'narray', :git => "https://github.com/tonyarnold/narray" #gem 'gsl', :git => "https://github.com/tonyarnold/rb-gsl"