Use puma as web server

This commit is contained in:
Michal Fojtik 2016-06-30 10:44:28 +02:00
parent 7cb999c0a9
commit 938681d870
2 changed files with 16 additions and 1 deletions

View File

@ -1,3 +1,3 @@
source 'https://rubygems.org'
gem 'rack'
gem 'puma'

15
Gemfile.lock Normal file
View 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