brouilleursdeblanc/Gemfile

14 lines
171 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'
2014-07-28 19:49:14 +00:00
gem 'stringex'
group :test do
gem 'html-proofer'
end