From 61b760da257395aa6b88c6ae03244f70f6555291 Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sun, 18 Jun 2023 14:16:31 -0700 Subject: Gemfile: update gems Signed-off-by: Robin H. Johnson --- Gemfile.lock | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1fd8e53..4f44152 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,32 +1,34 @@ GEM remote: https://rubygems.org/ specs: - daemons (1.2.6) + daemons (1.4.1) eventmachine (1.2.7) - json (2.1.0) - mustermann (1.0.2) - nio4r (2.5.8) - puma (5.4.0) + json (2.6.3) + mustermann (3.0.0) + ruby2_keywords (~> 0.0.1) + nio4r (2.5.9) + puma (6.3.0) nio4r (~> 2.0) - puma-daemon (0.1.2) + puma-daemon (0.3.0) puma (>= 5.0) rack - rack (2.0.5) - rack-protection (2.0.3) + rack (2.2.7) + rack-protection (3.0.6) rack - redcarpet (3.4.0) - sinatra (2.0.3) - mustermann (~> 1.0) - rack (~> 2.0) - rack-protection (= 2.0.3) + redcarpet (3.6.0) + ruby2_keywords (0.0.5) + sinatra (3.0.6) + mustermann (~> 3.0) + rack (~> 2.2, >= 2.2.4) + rack-protection (= 3.0.6) tilt (~> 2.0) sinatra-partial (1.0.1) sinatra (>= 1.4) - thin (1.7.2) + thin (1.8.2) daemons (~> 1.0, >= 1.0.9) eventmachine (~> 1.0, >= 1.0.4) rack (>= 1, < 3) - tilt (2.0.8) + tilt (2.2.0) PLATFORMS ruby @@ -41,4 +43,4 @@ DEPENDENCIES thin BUNDLED WITH - 2.2.24 + 2.4.6 -- cgit v1.2.3-65-gdbad