summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2021-08-22 22:38:19 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2021-08-22 22:38:19 -0700
commit0cec70cb832baaf6ffb4ba1e3d434a78645411f3 (patch)
tree05d4fd3d81d7dc6f359463b658f79433f3d6e3a3
parenttry to migrate to puma (diff)
downloadinfra-status-0cec70cb832baaf6ffb4ba1e3d434a78645411f3.tar.gz
infra-status-0cec70cb832baaf6ffb4ba1e3d434a78645411f3.tar.bz2
infra-status-0cec70cb832baaf6ffb4ba1e3d434a78645411f3.zip
Gemfile: re-add thin
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-rw-r--r--Gemfile1
-rw-r--r--Gemfile.lock7
2 files changed, 8 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 1ca71f6..b1b2f3d 100644
--- a/Gemfile
+++ b/Gemfile
@@ -5,3 +5,4 @@ gem 'sinatra-partial'
gem 'json'
gem 'redcarpet'
gem 'puma'
+gem 'thin'
diff --git a/Gemfile.lock b/Gemfile.lock
index 9aa3dd8..6c67137 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,6 +1,8 @@
GEM
remote: https://rubygems.org/
specs:
+ daemons (1.4.0)
+ eventmachine (1.2.7)
json (2.5.1)
mustermann (1.1.1)
ruby2_keywords (~> 0.0.1)
@@ -19,6 +21,10 @@ GEM
tilt (~> 2.0)
sinatra-partial (1.0.1)
sinatra (>= 1.4)
+ thin (1.8.1)
+ daemons (~> 1.0, >= 1.0.9)
+ eventmachine (~> 1.0, >= 1.0.4)
+ rack (>= 1, < 3)
tilt (2.0.10)
PLATFORMS
@@ -30,6 +36,7 @@ DEPENDENCIES
redcarpet
sinatra
sinatra-partial
+ thin
BUNDLED WITH
2.2.24