From 201f241b8fc01048d83d9710192ae8916d315672 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Jan 2026 10:10:49 +0000 Subject: [PATCH] build(deps): bump rack-cors from 2.0.2 to 3.0.0 Bumps [rack-cors](https://github.com/cyu/rack-cors) from 2.0.2 to 3.0.0. - [Changelog](https://github.com/cyu/rack-cors/blob/master/CHANGELOG.md) - [Commits](https://github.com/cyu/rack-cors/compare/v2.0.2...v3.0.0) --- updated-dependencies: - dependency-name: rack-cors dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 5354753..163c4b4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -242,8 +242,9 @@ GEM rack (3.2.4) rack-attack (6.7.0) rack (>= 1.0, < 4) - rack-cors (2.0.2) - rack (>= 2.0.0) + rack-cors (3.0.0) + logger + rack (>= 3.0.14) rack-protection (4.2.1) base64 (>= 0.1.0) logger (>= 1.6.0)