From 9ad5d6623dbfb65d5b6dd240551f115cdbfa4e13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 May 2022 19:16:14 +0000 Subject: [PATCH] Bump rack from 1.2.4 to 1.2.8 in /ibackup Bumps [rack](https://github.com/rack/rack) from 1.2.4 to 1.2.8. - [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.2.4...1.2.8) --- updated-dependencies: - dependency-name: rack dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ibackup/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ibackup/Gemfile.lock b/ibackup/Gemfile.lock index a7e2867..be01788 100644 --- a/ibackup/Gemfile.lock +++ b/ibackup/Gemfile.lock @@ -12,7 +12,7 @@ GEM daemons (1.1.4) eventmachine (0.12.10) nokogiri (1.5.0) - rack (1.2.4) + rack (1.2.8) thin (1.2.11) daemons (>= 1.0.9) eventmachine (>= 0.12.6)