Use puma as web server
This commit is contained in:
parent
7cb999c0a9
commit
938681d870
2 changed files with 16 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -1,3 +1,3 @@
|
||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
gem 'rack'
|
gem 'rack'
|
||||||
|
gem 'puma'
|
||||||
|
|
15
Gemfile.lock
Normal file
15
Gemfile.lock
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
GEM
|
||||||
|
remote: https://rubygems.org/
|
||||||
|
specs:
|
||||||
|
puma (3.4.0)
|
||||||
|
rack (1.6.4)
|
||||||
|
|
||||||
|
PLATFORMS
|
||||||
|
ruby
|
||||||
|
|
||||||
|
DEPENDENCIES
|
||||||
|
puma
|
||||||
|
rack
|
||||||
|
|
||||||
|
BUNDLED WITH
|
||||||
|
1.11.2
|
Loading…
Reference in a new issue