0
0
zero-blog/Gemfile
2011-07-19 19:14:10 +02:00

17 lines
243 B
Ruby

source :rubygems
gem 'sinatra'
gem 'sinatra-support'
gem 'rack-flash'
gem 'haml'
gem 'sass'
gem 'compass'
gem 'data_mapper'
gem 'dm-postgres-adapter'
# the different markups
gem 'redclothcoderay'
gem 'coderay'
gem 'RedCloth'
gem 'redcarpet'