haml--haml/Gemfile

10 lines
107 B
Ruby

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