From c31287a87cd34a11e67c69eef24f0a6121cebdca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 May 2022 18:33:05 +0000 Subject: [PATCH] Bump rack from 1.3.2 to 1.6.13 in /web Bumps [rack](https://github.com/rack/rack) from 1.3.2 to 1.6.13. - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md) - [Commits](https://github.com/rack/rack/compare/1.3.2...1.6.13) --- updated-dependencies: - dependency-name: rack dependency-type: indirect ... Signed-off-by: dependabot[bot] --- web/Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/Gemfile.lock b/web/Gemfile.lock index f7d64c0..ed3eb21 100644 --- a/web/Gemfile.lock +++ b/web/Gemfile.lock @@ -3,7 +3,7 @@ GEM specs: json (1.5.3) mime-types (1.16) - rack (1.3.2) + rack (1.6.13) rest-client (1.6.7) mime-types (>= 1.16) restful_adhearsion (0.2.0) @@ -11,7 +11,7 @@ GEM rest-client (>= 0.8.2) sinatra (1.2.6) rack (~> 1.1) - tilt (< 2.0, >= 1.2.2) + tilt (>= 1.2.2, < 2.0) tilt (1.3.3) PLATFORMS