From 243ff393670d4e6bd72813c451226d78241547cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 May 2022 18:33:15 +0000 Subject: [PATCH] Bump rack from 1.4.0 to 1.6.13 in /Ruby sandbox/netapi Bumps [rack](https://github.com/rack/rack) from 1.4.0 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.4.0...1.6.13) --- updated-dependencies: - dependency-name: rack dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Ruby sandbox/netapi/Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Ruby sandbox/netapi/Gemfile.lock b/Ruby sandbox/netapi/Gemfile.lock index b352c38..627bd85 100644 --- a/Ruby sandbox/netapi/Gemfile.lock +++ b/Ruby sandbox/netapi/Gemfile.lock @@ -2,13 +2,13 @@ GEM remote: http://rubygems.org/ specs: json (1.6.4) - rack (1.4.0) + rack (1.6.13) rack-protection (1.2.0) rack sinatra (1.3.2) - rack (>= 1.3.6, ~> 1.3) + rack (~> 1.3, >= 1.3.6) rack-protection (~> 1.2) - tilt (>= 1.3.3, ~> 1.3) + tilt (~> 1.3, >= 1.3.3) tilt (1.3.3) PLATFORMS