We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e76f04a commit 81d16ecCopy full SHA for 81d16ec
Gemfile
@@ -23,6 +23,7 @@ gem 'devise'
23
gem 'bootstrap-sass'
24
gem 'devise-bootstrap-views'
25
26
+gem 'puma'
27
gem 'high_voltage'
28
gem 'dotenv-rails'
29
gem 'rails_12factor'
Gemfile.lock
@@ -105,6 +105,7 @@ GEM
105
orm_adapter (0.5.0)
106
pg (0.19.0)
107
pkg-config (1.1.7)
108
+ puma (3.4.0)
109
rack (2.0.1)
110
rack-pjax (1.0.0)
111
nokogiri (~> 1.5)
@@ -203,6 +204,7 @@ DEPENDENCIES
203
204
high_voltage
205
jquery-rails
206
pg
207
+ puma
208
rails (= 5.0.0.1)
209
rails_12factor
210
rails_admin
0 commit comments