mirror of
https://github.com/hacks-guide/minimal-mistakes.git
synced 2024-11-23 16:59:41 +00:00
9 lines
129 B
Ruby
9 lines
129 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gem 'jekyll'
|
|
gem 'kramdown'
|
|
gem 'coderay'
|
|
gem 'rake'
|
|
gem 'thor'
|
|
gem 'activesupport'
|
|
gem 'stringex' |