Skip to content
This repository has been archived by the owner on May 18, 2022. It is now read-only.

Commit

Permalink
move to puma
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidJRobertson committed Jul 24, 2016
1 parent a383975 commit c68fce1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -5,5 +5,5 @@ gem 'sinatra', require: 'sinatra/base'
gem 'sinatra-contrib', require: 'sinatra/contrib/all'
gem 'erubis'
gem 'rake'
gem 'thin'
gem 'puma'
gem 'json'
14 changes: 6 additions & 8 deletions Gemfile.lock
Expand Up @@ -2,11 +2,10 @@ GEM
remote: https://rubygems.org/
specs:
backports (3.6.6)
daemons (1.2.3)
erubis (2.7.0)
eventmachine (1.0.8)
json (1.8.3)
multi_json (1.11.2)
puma (3.5.2)
rack (1.6.4)
rack-protection (1.5.3)
rack
Expand All @@ -24,10 +23,6 @@ GEM
rack-test
sinatra (~> 1.4.0)
tilt (>= 1.3, < 3)
thin (1.6.3)
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0)
rack (~> 1.0)
tilt (2.0.1)

PLATFORMS
Expand All @@ -36,10 +31,13 @@ PLATFORMS
DEPENDENCIES
erubis
json
puma
rake
sinatra
sinatra-contrib
thin

RUBY VERSION
ruby 2.2.2p95

BUNDLED WITH
1.10.6
1.12.5

0 comments on commit c68fce1

Please sign in to comment.