From 81cd38911d4be34189ae9f283b5934a08779e08f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 20 May 2021 12:13:53 +0000 Subject: [PATCH] Bump thin from 1.7.2 to 1.8.1 Bumps [thin](https://github.com/macournoyer/thin) from 1.7.2 to 1.8.1. - [Release notes](https://github.com/macournoyer/thin/releases) - [Changelog](https://github.com/macournoyer/thin/blob/master/CHANGELOG) - [Commits](https://github.com/macournoyer/thin/compare/v1.7.2...v1.8.1) Signed-off-by: dependabot-preview[bot] --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 57fbe78..0bd8ad9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -13,7 +13,7 @@ GEM bson (~> 1.12.5) coderay (1.1.2) concurrent-ruby (1.1.5) - daemons (1.3.1) + daemons (1.4.0) eventmachine (1.2.7) i18n (1.6.0) concurrent-ruby (~> 1.0) @@ -35,7 +35,7 @@ GEM pry (0.12.2) coderay (~> 1.1.0) method_source (~> 0.9.0) - rack (2.0.7) + rack (2.2.3) rack-protection (2.0.5) rack sinatra (2.0.5) @@ -43,7 +43,7 @@ GEM rack (~> 2.0) rack-protection (= 2.0.5) tilt (~> 2.0) - thin (1.7.2) + thin (1.8.1) daemons (~> 1.0, >= 1.0.9) eventmachine (~> 1.0, >= 1.0.4) rack (>= 1, < 3)