From 02a14c34fb763d4014e1a5507f136ac4636b2e3e Mon Sep 17 00:00:00 2001 From: Simon Legner Date: Sun, 4 Jul 2021 10:32:33 +0200 Subject: [PATCH] Update dependency thin to ~> 1.8.1 --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index a65e166b..85015b88 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -19,7 +19,7 @@ GEM execjs coffee-script-source (1.12.2) concurrent-ruby (1.1.9) - daemons (1.3.1) + daemons (1.4.0) erubi (1.9.0) ethon (0.12.0) ffi (>= 1.3.0) @@ -64,7 +64,7 @@ GEM pry (0.14.1) coderay (~> 1.1) method_source (~> 1.0) - rack (2.0.7) + rack (2.2.3) rack-protection (2.0.7) rack rack-ssl-enforcer (0.2.9) @@ -106,7 +106,7 @@ GEM strings-ansi (0.1.0) terminal-table (1.8.0) unicode-display_width (~> 1.1, >= 1.1.1) - thin (1.7.2) + thin (1.8.1) daemons (~> 1.0, >= 1.0.9) eventmachine (~> 1.0, >= 1.0.4) rack (>= 1, < 3)