diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2021-08-22 22:38:19 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2021-08-22 22:38:19 -0700 |
commit | 0cec70cb832baaf6ffb4ba1e3d434a78645411f3 (patch) | |
tree | 05d4fd3d81d7dc6f359463b658f79433f3d6e3a3 | |
parent | try to migrate to puma (diff) | |
download | infra-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-- | Gemfile | 1 | ||||
-rw-r--r-- | Gemfile.lock | 7 |
2 files changed, 8 insertions, 0 deletions
@@ -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 |