Skip to content

Commit

Permalink
Merge pull request sclorg#2 from mfojtik/add-puma
Browse files Browse the repository at this point in the history
Use puma as web server
  • Loading branch information
Michal Fojtik authored Jun 30, 2016
2 parents 7cb999c + 938681d commit f63d076
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
source 'https://rubygems.org'
gem 'rack'

gem 'puma'
15 changes: 15 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f63d076

Please sign in to comment.