mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
fd11457fe4
I'm so tired to write and delete this line again and again... Please excuse this commit to maintain Haml.
18 lines
207 B
Ruby
18 lines
207 B
Ruby
source "https://rubygems.org"
|
|
gemspec
|
|
|
|
gem "pry"
|
|
|
|
group :docs do
|
|
gem "yard", "~> 0.8.0"
|
|
gem "kramdown"
|
|
gem "sass"
|
|
end
|
|
|
|
platform :mri do
|
|
gem "ruby-prof"
|
|
end
|
|
|
|
platform :mri_21 do
|
|
gem "simplecov"
|
|
end
|