Skip to content

Commit 81d16ec

Browse files
committed
chore: get Puma back
1 parent e76f04a commit 81d16ec

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ gem 'devise'
2323
gem 'bootstrap-sass'
2424
gem 'devise-bootstrap-views'
2525

26+
gem 'puma'
2627
gem 'high_voltage'
2728
gem 'dotenv-rails'
2829
gem 'rails_12factor'

Gemfile.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ GEM
105105
orm_adapter (0.5.0)
106106
pg (0.19.0)
107107
pkg-config (1.1.7)
108+
puma (3.4.0)
108109
rack (2.0.1)
109110
rack-pjax (1.0.0)
110111
nokogiri (~> 1.5)
@@ -203,6 +204,7 @@ DEPENDENCIES
203204
high_voltage
204205
jquery-rails
205206
pg
207+
puma
206208
rails (= 5.0.0.1)
207209
rails_12factor
208210
rails_admin

0 commit comments

Comments
 (0)