summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2021-08-22 22:45:42 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2021-08-22 22:45:42 -0700
commit63da8b7ca591712427ca9e79f03522798612697c (patch)
tree532324efea2c6ecd7d2ccd0e4bbee9f72fca8305
parentGemfile: re-add thin (diff)
downloadinfra-status-63da8b7ca591712427ca9e79f03522798612697c.tar.gz
infra-status-63da8b7ca591712427ca9e79f03522798612697c.tar.bz2
infra-status-63da8b7ca591712427ca9e79f03522798612697c.zip
Gemfile: add puma-daemon and downgrade again
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-rw-r--r--Gemfile1
-rw-r--r--Gemfile.lock30
2 files changed, 17 insertions, 14 deletions
diff --git a/Gemfile b/Gemfile
index b1b2f3d..8bae742 100644
--- a/Gemfile
+++ b/Gemfile
@@ -6,3 +6,4 @@ gem 'json'
gem 'redcarpet'
gem 'puma'
gem 'thin'
+gem 'puma-daemon'
diff --git a/Gemfile.lock b/Gemfile.lock
index 6c67137..1fd8e53 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,38 +1,40 @@
GEM
remote: https://rubygems.org/
specs:
- daemons (1.4.0)
+ daemons (1.2.6)
eventmachine (1.2.7)
- json (2.5.1)
- mustermann (1.1.1)
- ruby2_keywords (~> 0.0.1)
+ json (2.1.0)
+ mustermann (1.0.2)
nio4r (2.5.8)
puma (5.4.0)
nio4r (~> 2.0)
- rack (2.2.3)
- rack-protection (2.1.0)
+ puma-daemon (0.1.2)
+ puma (>= 5.0)
rack
- redcarpet (3.5.1)
- ruby2_keywords (0.0.5)
- sinatra (2.1.0)
+ rack (2.0.5)
+ rack-protection (2.0.3)
+ rack
+ redcarpet (3.4.0)
+ sinatra (2.0.3)
mustermann (~> 1.0)
- rack (~> 2.2)
- rack-protection (= 2.1.0)
+ rack (~> 2.0)
+ rack-protection (= 2.0.3)
tilt (~> 2.0)
sinatra-partial (1.0.1)
sinatra (>= 1.4)
- thin (1.8.1)
+ thin (1.7.2)
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0, >= 1.0.4)
rack (>= 1, < 3)
- tilt (2.0.10)
+ tilt (2.0.8)
PLATFORMS
- x86_64-linux
+ ruby
DEPENDENCIES
json
puma
+ puma-daemon
redcarpet
sinatra
sinatra-partial