From fb6e65e49cde01ebf3c8241619932d2e7ea2ea40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2019 05:09:45 +0000 Subject: [PATCH] Bump rack from 1.4.0 to 1.6.12 in /Ruby sandbox/netapi Bumps [rack](https://github.com/rack/rack) from 1.4.0 to 1.6.12. - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/master/CHANGELOG.md) - [Commits](https://github.com/rack/rack/compare/1.4.0...1.6.12) 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..f75a3a8 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.12) 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