brouilleursdeblanc/Gemfile

8 lines
114 B
Ruby
Raw Normal View History

2013-06-25 20:19:49 +00:00
source 'https://rubygems.org'
gem 'jekyll'
2014-01-02 16:22:49 +00:00
gem 'kramdown'
2013-06-25 20:19:49 +00:00
gem 'coderay'
2013-08-21 15:43:08 +00:00
gem 'rake'
gem 'thor'
gem 'activesupport'