1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00
haml--haml/test/gemfiles/Gemfile.rails-3.1.x
Nathan Weizenbaum 820e4ed9d1 Include Sass in the Gemfiles.
This is cleaner and more future-proof than forcing people to check out the
vendored Sass.
2011-09-21 17:52:27 -07:00

8 lines
121 B
Text

source :gemcutter
gem 'json'
gem 'ruby_parser'
gem 'hpricot'
gem 'erubis'
gem 'sass'
gem 'rails', '>= 3.1.0', '< 3.2.0'