Add puma to bundle

openid
Marcin Kulik 13 years ago
parent 056074ef04
commit 2756cd99df

@ -18,6 +18,7 @@ gem 'redcarpet'
gem 'girl_friday'
gem 'draper'
gem 'open4'
gem 'puma'
# Gems used only for assets and not required
# in production environments by default.

@ -172,6 +172,8 @@ GEM
omniauth-oauth (~> 1.0)
open4 (1.3.0)
polyglot (0.3.3)
puma (1.4.0)
rack (~> 1.2)
rack (1.4.1)
rack-cache (1.1)
rack (>= 0.4)
@ -279,6 +281,7 @@ DEPENDENCIES
omniauth-github
omniauth-twitter
open4
puma
rails
rake
redcarpet

Loading…
Cancel
Save