1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00
haml--haml/Gemfile
Norman Clarke e1201cc6b1 Began implementing filters using Tilt, WIP
Note that this is a work in progress on issue #469 and will be rebased
before it's merged into master.
2012-05-21 11:28:39 -03:00

11 lines
No EOL
130 B
Ruby

source :rubygems
gemspec
platform :mri do
gem "ruby-prof"
end
gem "therubyracer"
gem "less"
gem "coffee-script"
gem "RedCloth"