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

12 lines
No EOL
177 B
Ruby

source :rubygems
gemspec
gem "haml-contrib", :git => "git://github.com/haml/haml-contrib.git"
platform :mri do
gem "ruby-prof"
end
platform :mri_19 do
gem "simplecov"
end