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

19 lines
203 B
Ruby

source "https://rubygems.org"
gemspec
gem "m"
gem "pry"
group :docs do
gem "yard"
gem "kramdown"
gem "sass"
end
platform :mri do
gem "ruby-prof"
end
platform :mri_21 do
gem "simplecov"
end