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

17 lines
196 B
Text
Raw Normal View History

source "https://rubygems.org"
2012-04-30 13:53:14 -03:00
gemspec
group :docs do
gem "yard", "~> 0.8.0"
2014-02-15 01:54:36 +00:00
gem "kramdown"
gem "sass"
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_21 do
2012-05-22 16:03:27 -03:00
gem "simplecov"
end