Merge pull request #2 from mfojtik/add-puma

Use puma as web server
This commit is contained in:
Michal Fojtik 2016-06-30 10:47:53 +02:00 committed by GitHub
commit f63d076b60
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