From b5bbb27d42535a5e561e6048025e61bb282efa9d Mon Sep 17 00:00:00 2001 From: Konstantin Haase Date: Sun, 18 Mar 2012 13:25:35 +0100 Subject: [PATCH] add puma to Gemfile --- Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Gemfile b/Gemfile index 97fd8b3f..46b570ed 100644 --- a/Gemfile +++ b/Gemfile @@ -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'