1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-11-26 11:49:04 +01:00

switch to proper gsl gem

This commit is contained in:
Matthias Kretschmann 2015-06-08 10:53:04 +02:00
parent 932def802f
commit c4436e2f3b

View File

@ -11,10 +11,6 @@ group :development do
gem 'rouge'
gem 'mini_magick'
gem 'fileutils'
# for faster LSI generation
#gem 'gsl'
# 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"
gem 'rb-gsl'
end