From 63da8b7ca591712427ca9e79f03522798612697c Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sun, 22 Aug 2021 22:45:42 -0700 Subject: Gemfile: add puma-daemon and downgrade again Signed-off-by: Robin H. Johnson --- Gemfile | 1 + Gemfile.lock | 30 ++++++++++++++++-------------- 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 -- cgit v1.2.3-65-gdbad