1
0
Fork 0
template_engine_comparison/Gemfile

11 lines
118 B
Ruby
Raw Normal View History

2013-12-13 06:39:20 +00:00
source 'https://rubygems.org'
2013-12-13 18:43:03 +00:00
gem 'faker'
2013-12-13 06:39:20 +00:00
gem 'tilt'
gem 'erubis'
gem 'haml'
2013-12-13 19:40:54 +00:00
gem 'slim'
gem 'liquid'
2013-12-13 20:29:37 +00:00
gem 'mustache'