Add puma to bundle

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

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

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

Loading…
Cancel
Save