1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00
haml--haml/Gemfile
Matt Wildig ace2e4f531 Add Sass processing of docs css files
This was removed in bcc3dd84d0 but is
still needed.
2014-03-25 22:23:14 +00:00

16 lines
196 B
Ruby

source "https://rubygems.org"
gemspec
group :docs do
gem "yard", "~> 0.8.0"
gem "kramdown"
gem "sass"
end
platform :mri do
gem "ruby-prof"
end
platform :mri_21 do
gem "simplecov"
end