From 7a6715888efe8a5fb07cab1cfaed364da2d0921c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 20 May 2021 10:23:53 +0000 Subject: [PATCH] Bump thin from 1.6.4 to 1.8.1 Bumps [thin](https://github.com/macournoyer/thin) from 1.6.4 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.6.4...v1.8.1) Signed-off-by: dependabot-preview[bot] --- Gemfile.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 3112a04..5b1d273 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,10 +1,10 @@ GEM remote: https://rubygems.org/ specs: - daemons (1.2.3) + daemons (1.4.0) diff-lcs (1.2.5) dotenv (2.1.1) - eventmachine (1.2.0.1) + eventmachine (1.2.7) faraday (0.9.2) multipart-post (>= 1.2, < 3) ffi (1.9.10) @@ -13,7 +13,7 @@ GEM rb-fsevent (>= 0.9.3) rb-inotify (>= 0.9.7) multipart-post (2.0.0) - rack (1.6.4) + rack (1.6.13) rack-protection (1.5.3) rack rb-fsevent (0.9.7) @@ -38,10 +38,10 @@ GEM rack (~> 1.5) rack-protection (~> 1.4) tilt (>= 1.3, < 3) - thin (1.6.4) + thin (1.8.1) daemons (~> 1.0, >= 1.0.9) eventmachine (~> 1.0, >= 1.0.4) - rack (~> 1.0) + rack (>= 1, < 3) tilt (2.0.2) PLATFORMS