1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-06-28 16:48:00 +02: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"
gem 'jekyll', '~>1.3.0'
2013-11-30 17:13:19 +01:00
gem 'mini_magick', '~>3.6.0'
gem 'fileutils', '~>0.7'