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

7 lines
139 B
Ruby
Raw Normal View History

2013-11-30 04:03:48 +01:00
# A sample Gemfile
source "https://rubygems.org"
# gem "rails"
gem 'jekyll', '1.5.1'
2013-12-09 23:46:10 +01:00
gem 'mini_magick', '>=3.6.0'
2014-03-07 19:15:55 +01:00
gem 'fileutils', '>=0.7'