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

10 lines
No EOL
107 B
Ruby

source :rubygems
gemspec
platform :mri do
gem "ruby-prof"
end
platform :mri_19 do
gem "simplecov"
end