summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock35
2 files changed, 18 insertions, 19 deletions
diff --git a/Gemfile b/Gemfile
index 40d54fb..1ca71f6 100644
--- a/Gemfile
+++ b/Gemfile
@@ -4,4 +4,4 @@ gem 'sinatra'
gem 'sinatra-partial'
gem 'json'
gem 'redcarpet'
-gem 'thin'
+gem 'puma'
diff --git a/Gemfile.lock b/Gemfile.lock
index e40632d..9aa3dd8 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,36 +1,35 @@
GEM
remote: https://rubygems.org/
specs:
- daemons (1.2.6)
- eventmachine (1.2.7)
- json (2.1.0)
- mustermann (1.0.2)
- rack (2.0.5)
- rack-protection (2.0.3)
+ json (2.5.1)
+ mustermann (1.1.1)
+ ruby2_keywords (~> 0.0.1)
+ nio4r (2.5.8)
+ puma (5.4.0)
+ nio4r (~> 2.0)
+ rack (2.2.3)
+ rack-protection (2.1.0)
rack
- redcarpet (3.4.0)
- sinatra (2.0.3)
+ redcarpet (3.5.1)
+ ruby2_keywords (0.0.5)
+ sinatra (2.1.0)
mustermann (~> 1.0)
- rack (~> 2.0)
- rack-protection (= 2.0.3)
+ rack (~> 2.2)
+ rack-protection (= 2.1.0)
tilt (~> 2.0)
sinatra-partial (1.0.1)
sinatra (>= 1.4)
- thin (1.7.2)
- daemons (~> 1.0, >= 1.0.9)
- eventmachine (~> 1.0, >= 1.0.4)
- rack (>= 1, < 3)
- tilt (2.0.8)
+ tilt (2.0.10)
PLATFORMS
- ruby
+ x86_64-linux
DEPENDENCIES
json
+ puma
redcarpet
sinatra
sinatra-partial
- thin
BUNDLED WITH
- 1.16.1
+ 2.2.24