add puma to Gemfile

This commit is contained in:
Konstantin Haase 2012-03-18 13:25:35 +01:00
parent 5b8b15c1f7
commit b5bbb27d42
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ if RUBY_ENGINE != 'jruby' or not ENV['TRAVIS']
gem 'mongrel'
end
gem 'RedCloth' unless RUBY_ENGINE == "macruby"
gem 'puma'
## bluecloth is broken
#gem 'bluecloth'