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 23:52:58 -03:00

12 lines
No EOL
159 B
Ruby

source :rubygems
gemspec
gem "haml-contrib", :path => "vendor/haml-contrib"
platform :mri do
gem "ruby-prof"
end
platform :mri_19 do
gem "simplecov"
end