source 'https://rubygems.org'

gem 'jekyll', '~> 3.2.1'

group :jekyll_plugins do
  gem 'jekyll-paginate'
end

gem 'octopress'
gem 'classifier-reborn', '~> 2.0'
gem 'rb-gsl', '~> 1.16', '>= 1.16.0.6' # Speed up related posts generation
gem 'rubypants', '~> 0.5.0' # Needed for "Pullquote" plugin
gem 'stringex', '~> 2.6.1' # String operations on markdown
gem 'narray', git: 'https://github.com/tonyarnold/narray'
gem 'gsl', git: 'https://github.com/tonyarnold/rb-gsl'
