From 611decf18b2571b40942846acaca272f919c4c97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Jun 2025 00:40:25 +0000 Subject: [PATCH] Bump thin from 1.8.2 to 2.0.0 in /site Bumps [thin](https://github.com/macournoyer/thin) from 1.8.2 to 2.0.0. - [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.8.2...v2.0.0) --- updated-dependencies: - dependency-name: thin dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- site/Gemfile.lock | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/site/Gemfile.lock b/site/Gemfile.lock index d876c14..ef71f8f 100644 --- a/site/Gemfile.lock +++ b/site/Gemfile.lock @@ -64,11 +64,12 @@ GEM listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) + logger (1.7.0) mercenary (0.4.0) pathutil (0.16.2) forwardable-extended (~> 2.6) public_suffix (6.0.1) - rack (2.2.13) + rack (3.1.16) rake (13.2.1) rb-fsevent (0.11.2) rb-inotify (0.11.1) @@ -81,10 +82,11 @@ GEM rake (>= 13) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) - thin (1.8.2) + thin (2.0.0) daemons (~> 1.0, >= 1.0.9) eventmachine (~> 1.0, >= 1.0.4) - rack (>= 1, < 3) + logger + rack (>= 1, < 4) unicode-display_width (2.6.0) webrick (1.9.1)