From 74bec968bc2f0428f9d23902137d0a8651871f9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Apr 2023 19:16:43 +0000 Subject: [PATCH] chore(deps): bump rack from 1.6.5 to 3.0.7 in /apps/ramaze Bumps [rack](https://github.com/rack/rack) from 1.6.5 to 3.0.7. - [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.6.5...v3.0.7) --- updated-dependencies: - dependency-name: rack dependency-type: indirect ... Signed-off-by: dependabot[bot] --- apps/ramaze/Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/ramaze/Gemfile.lock b/apps/ramaze/Gemfile.lock index 9f182ae..6bb94d9 100644 --- a/apps/ramaze/Gemfile.lock +++ b/apps/ramaze/Gemfile.lock @@ -1,9 +1,9 @@ GEM remote: https://rubygems.org/ specs: - innate (2015.10.28) - rack (~> 1.6.4) - rack (1.6.5) + innate (2023.01.06) + rack (~> 3.0) + rack (3.0.7) rake (12.0.0) ramaze (2012.12.08) innate (>= 2012.12)