Bring back Gemfile

This commit is contained in:
Michael Rose
2014-02-27 15:34:55 -05:00
parent 3ef0a38e5f
commit f9ab20b821
2 changed files with 83 additions and 0 deletions

9
Gemfile Normal file
View File

@ -0,0 +1,9 @@
source 'https://rubygems.org'
gem 'jekyll'
gem 'kramdown'
gem 'coderay'
gem 'rake'
gem 'thor'
gem 'activesupport'
gem 'stringex'