mirror of
https://github.com/adulau/brouilleursdeblanc.git
synced 2024-11-07 12:06:26 +00:00
13 lines
171 B
Ruby
13 lines
171 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gem 'jekyll'
|
|
gem 'kramdown'
|
|
gem 'coderay'
|
|
gem 'rake'
|
|
gem 'thor'
|
|
gem 'activesupport'
|
|
gem 'stringex'
|
|
|
|
group :test do
|
|
gem 'html-proofer'
|
|
end
|