From 83a0ba89d4279084ee2747e07829f4c28c2d8863 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 11:00:59 +0000 Subject: [PATCH] Bump the bundler group with 2 updates Bumps the bundler group with 2 updates: [rack](https://github.com/rack/rack) and [rexml](https://github.com/ruby/rexml). Updates `rack` from 3.1.4 to 3.1.5 - [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/v3.1.4...v3.1.5) Updates `rexml` from 3.3.1 to 3.3.2 - [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.3.1...v3.3.2) --- updated-dependencies: - dependency-name: rack dependency-type: indirect dependency-group: bundler - dependency-name: rexml dependency-type: indirect dependency-group: bundler ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index cc3ec0f3..76f5c308 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -64,7 +64,7 @@ GEM coderay (~> 1.1) method_source (~> 1.0) racc (1.8.0) - rack (3.1.4) + rack (3.1.5) rack-protection (4.0.0) base64 (>= 0.1.0) rack (>= 3.0.0, < 4) @@ -84,7 +84,7 @@ GEM multi_json (~> 1.0) redis-namespace (~> 1.6) sinatra (>= 0.9.2) - rexml (3.3.1) + rexml (3.3.2) strscan rubocop (1.64.1) json (~> 2.3)