Skip to content

Commit

Permalink
Add puma gem
Browse files Browse the repository at this point in the history
  • Loading branch information
dterei committed Mar 28, 2016
1 parent bacdb57 commit b4d2da2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -6,6 +6,7 @@ gem 'rails', '~> 3.2.22.2'
gem 'jquery-rails'
gem 'geocoder'
gem 'newrelic_rpm'
gem 'puma'

group :assets do
gem 'uglifier', '>= 2.1.1'
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Expand Up @@ -51,6 +51,7 @@ GEM
newrelic_rpm (3.15.1.316)
pg (0.18.4)
polyglot (0.3.5)
puma (3.2.0)
rack (1.4.7)
rack-cache (1.6.1)
rack (>= 0.4)
Expand Down Expand Up @@ -107,6 +108,7 @@ DEPENDENCIES
memcachier
newrelic_rpm
pg
puma
rails (~> 3.2.22.2)
rails_12factor
sqlite3
Expand Down

0 comments on commit b4d2da2

Please sign in to comment.