1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00

add puma to Gemfile

This commit is contained in:
Konstantin Haase 2012-03-18 13:25:35 +01:00
parent 5b8b15c1f7
commit b5bbb27d42

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'