From 5836d0f8fba676a92d20e119c373d840c1544f28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 23:03:42 +0000 Subject: [PATCH] Bump rack from 1.3.3 to 3.0.9.1 in /examples/sinatra Bumps [rack](https://github.com/rack/rack) from 1.3.3 to 3.0.9.1. - [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.3...v3.0.9.1) --- updated-dependencies: - dependency-name: rack dependency-type: indirect ... Signed-off-by: dependabot[bot] --- examples/sinatra/Gemfile.lock | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/sinatra/Gemfile.lock b/examples/sinatra/Gemfile.lock index 39e76bd3..5ac7625f 100644 --- a/examples/sinatra/Gemfile.lock +++ b/examples/sinatra/Gemfile.lock @@ -1,12 +1,13 @@ GEM remote: http://rubygems.org/ specs: - rack (1.3.3) + rack (3.0.9.1) sinatra (1.0) rack (>= 1.0) PLATFORMS java + ruby DEPENDENCIES sinatra