use classifier-reborn master
This commit is contained in:
7
Gemfile
7
Gemfile
@ -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'
|
||||
|
||||
|
Reference in New Issue
Block a user