mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
16 lines
176 B
Ruby
16 lines
176 B
Ruby
source "https://rubygems.org"
|
|
gemspec
|
|
|
|
gem "m"
|
|
gem "pry"
|
|
gem "simplecov"
|
|
|
|
group :docs do
|
|
gem "yard"
|
|
gem "kramdown"
|
|
gem "sass"
|
|
end
|
|
|
|
platform :mri do
|
|
gem "ruby-prof"
|
|
end
|