From e842cdff10e6eb0cf5def41d226c5e80d5e640b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 13:44:17 +0000 Subject: [PATCH] Gemfile.lock: Bump the minor-patch group with 2 updates Bumps the minor-patch group with 2 updates: [parser](https://github.com/whitequark/parser) and [rack](https://github.com/rack/rack). Updates `parser` from 3.3.2.0 to 3.3.3.0 - [Changelog](https://github.com/whitequark/parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/whitequark/parser/compare/v3.3.2.0...v3.3.3.0) Updates `rack` from 3.1.0 to 3.1.3 - [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.0...v3.1.3) --- updated-dependencies: - dependency-name: parser dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: rack dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1bb99bb..e396283 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -35,14 +35,14 @@ GEM faraday (>= 1, < 3) sawyer (~> 0.9) parallel (1.25.1) - parser (3.3.2.0) + parser (3.3.3.0) ast (~> 2.4.1) racc public_suffix (5.0.5) puma (6.4.2) nio4r (~> 2.0) racc (1.8.0) - rack (3.1.0) + rack (3.1.3) rack-protection (4.0.0) base64 (>= 0.1.0) rack (>= 3.0.0, < 4)