mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
15 lines
225 B
Ruby
15 lines
225 B
Ruby
source 'https://rubygems.org'
|
|
|
|
#ruby '2.0.0'
|
|
|
|
group :development do
|
|
gem 'ffi-icu'
|
|
gem 'jekyll'
|
|
gem 'json'
|
|
gem 'less'
|
|
gem 'kramdown'
|
|
gem 'RedCloth'
|
|
gem 'therubyracer' # required by less
|
|
gem 'html-proofer'
|
|
end
|
|
|