1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00
haml--haml/Gemfile
2013-02-14 10:06:04 -03:00

15 lines
181 B
Ruby

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