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:
parent
5b8b15c1f7
commit
b5bbb27d42
1 changed files with 1 additions and 0 deletions
1
Gemfile
1
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'
|
||||
|
|
Loading…
Reference in a new issue