mirror of
https://github.com/kremalicious/blog.git
synced 2025-02-14 21:10:25 +01:00
fix build warning caused by some gems
This commit is contained in:
parent
6c6af81ad3
commit
72a071e33f
4
Gemfile
4
Gemfile
@ -10,9 +10,11 @@ group :jekyll do
|
|||||||
end
|
end
|
||||||
|
|
||||||
group :development do
|
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 'mini_magick'
|
||||||
gem 'fileutils'
|
gem 'fileutils'
|
||||||
gem 'gsl'
|
gem 'gsl'
|
||||||
|
gem 'rb-gsl'
|
||||||
gem 'narray'
|
gem 'narray'
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user