1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-11-25 19:34:48 +01:00
blog/Gemfile

7 lines
141 B
Ruby
Raw Normal View History

2013-11-30 04:03:48 +01:00
# A sample Gemfile
source "https://rubygems.org"
# gem "rails"
2014-05-20 18:36:08 +02:00
gem 'jekyll', '>=2.0.0'
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'