From a76d5b78e7d9c46be9deb2381a6d1e1a0c7c08f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 19:22:27 +0000 Subject: [PATCH] Bump rack-cors from 2.0.1 to 2.0.2 in the bundler group Bumps the bundler group with 1 update: [rack-cors](https://github.com/cyu/rack-cors). Updates `rack-cors` from 2.0.1 to 2.0.2 - [Changelog](https://github.com/cyu/rack-cors/blob/master/CHANGELOG.md) - [Commits](https://github.com/cyu/rack-cors/compare/v2.0.1...v2.0.2) --- updated-dependencies: - dependency-name: rack-cors dependency-type: direct:production dependency-group: bundler ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 086db23..f06fdb9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -127,7 +127,7 @@ GEM rack (3.0.8) rack-accept (0.4.5) rack (>= 0.4) - rack-cors (2.0.1) + rack-cors (2.0.2) rack (>= 2.0.0) rack-test (2.1.0) rack (>= 1.3)