Skip to content

Commit

Permalink
Add puma gem
Browse files Browse the repository at this point in the history
  • Loading branch information
tongkiat committed May 25, 2016
1 parent 6990cc9 commit 60bf34a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,5 @@ end
group :production do
gem 'pg'
gem 'rails_12factor'
gem 'puma'
end
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ GEM
nokogiri (1.6.7.2)
mini_portile2 (~> 2.0.0.rc2)
pg (0.18.4)
puma (3.4.0)
rack (1.6.4)
rack-test (0.6.3)
rack (>= 1.0)
Expand Down Expand Up @@ -154,6 +155,7 @@ DEPENDENCIES
jbuilder (~> 2.0)
jquery-rails
pg
puma
rails (= 4.2.6)
rails_12factor
sass-rails (~> 5.0)
Expand Down

0 comments on commit 60bf34a

Please sign in to comment.