1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-11-13 16:45:14 +01:00

fix build warning caused by some gems

This commit is contained in:
Matthias Kretschmann 2015-08-23 08:17:53 +02:00
parent 6c6af81ad3
commit 72a071e33f

View File

@ -10,9 +10,11 @@ group :jekyll do
end
group :development do
gem 'rouge'
gem 'classifier-reborn', :git => 'https://github.com/jekyll/classifier-reborn.git'
gem 'rouge', '~> 1.8', '!= 1.9.1'
gem 'mini_magick'
gem 'fileutils'
gem 'gsl'
gem 'rb-gsl'
gem 'narray'
end