From 246be112b1ff0d77e38a14b938484dd96f4dc854 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 21:05:09 +0000 Subject: [PATCH] Bump the bundler group across 1 directory with 2 updates Bumps the bundler group with 2 updates in the / directory: [rexml](https://github.com/ruby/rexml) and [rack](https://github.com/rack/rack). Updates `rexml` from 3.2.5 to 3.2.7 - [Release notes](https://github.com/ruby/rexml/releases) - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md) - [Commits](https://github.com/ruby/rexml/compare/v3.2.5...v3.2.7) Updates `rack` from 2.2.7 to 2.2.9 - [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/v2.2.7...v2.2.9) --- updated-dependencies: - dependency-name: rexml dependency-type: direct:production dependency-group: bundler - dependency-name: rack dependency-type: indirect dependency-group: bundler ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 500d6eae8..7fc1f0df0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,17 +9,19 @@ GEM maruku (0.7.3) mustermann (3.0.0) ruby2_keywords (~> 0.0.1) - rack (2.2.7) + rack (2.2.9) rack-protection (3.0.6) rack rack-ssl-enforcer (0.2.9) - rexml (3.2.5) + rexml (3.2.7) + strscan (>= 3.0.9) ruby2_keywords (0.0.5) sinatra (3.0.6) mustermann (~> 3.0) rack (~> 2.2, >= 2.2.4) rack-protection (= 3.0.6) tilt (~> 2.0) + strscan (3.1.0) thin (1.8.2) daemons (~> 1.0, >= 1.0.9) eventmachine (~> 1.0, >= 1.0.4)