dash-docs/Gemfile
David A. Harding 8adb3a5eb5
Remove Ruby version from Gemfile
This is to support the build server, which has always used Ruby 1.9.1.
2015-03-19 13:14:17 -04:00

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