1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00
haml--haml/Gemfile

15 lines
167 B
Text
Raw Normal View History

source :rubygems
2012-04-30 13:53:14 -03:00
gemspec
group :docs do
gem "yard", "~> 0.8.0"
gem "maruku"
end
2012-04-30 13:53:14 -03:00
platform :mri do
gem "ruby-prof"
2012-05-22 16:03:27 -03:00
end
platform :mri_19 do
gem "simplecov"
2012-05-21 16:08:19 -03:00
end