use classifier-reborn master

This commit is contained in:
2015-09-17 17:52:52 -04:00
parent 4ef702d8b9
commit a4bae69e7e
2 changed files with 36 additions and 26 deletions

View File

@ -1,8 +1,9 @@
source "http://rubygems.org"
source 'http://rubygems.org'
gem 'octopress', '~> 3.0.0'
gem 'narray', :git => "https://github.com/tonyarnold/narray"
gem 'gsl', :git => "https://github.com/tonyarnold/rb-gsl"
gem 'narray', git: 'https://github.com/tonyarnold/narray'
gem 'gsl', git: 'https://github.com/tonyarnold/rb-gsl'
gem 'classifier-reborn', git: 'https://github.com/jekyll/classifier-reborn.git'
gem 'html-proofer'