1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-09-24 01:58:50 +02:00
blog/Gemfile

20 lines
407 B
Ruby
Raw Normal View History

2013-11-30 04:03:48 +01:00
# A sample Gemfile
source "https://rubygems.org"
2015-06-22 21:28:31 +02:00
group :jekyll do
gem 'jekyll'
gem 'jekyll-sitemap'
gem 'jekyll-redirect-from'
gem 'jekyll-picture-tag', :git => 'git://github.com/kremalicious/jekyll-picture-tag.git'
#gem 'jekyll-archives'
gem 'jekyll-paginate'
2015-06-22 21:28:31 +02:00
end
2014-08-11 01:20:36 +02:00
2015-06-22 21:28:31 +02:00
group :development do
gem 'redcarpet'
2015-06-22 21:28:31 +02:00
gem 'mini_magick'
2015-07-26 21:41:59 +02:00
gem 'gsl'
2015-08-23 08:17:53 +02:00
gem 'rb-gsl'
2015-08-18 23:06:23 +02:00
gem 'narray'
2014-08-10 15:30:06 +02:00
end