From b9c596992b6efea52c077ca8a5a111b82de76da8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 10:59:47 -0600 Subject: [PATCH] Bump rack-cors from 2.0.0 to 2.0.1 (#122) Bumps [rack-cors](https://github.com/cyu/rack-cors) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/cyu/rack-cors/releases) - [Changelog](https://github.com/cyu/rack-cors/blob/master/CHANGELOG.md) - [Commits](https://github.com/cyu/rack-cors/compare/2.0.0...v2.0.1) --- updated-dependencies: - dependency-name: rack-cors dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 61a4d2d..21b34a1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -216,7 +216,7 @@ GEM raabro (1.4.0) racc (1.6.2) rack (2.2.6.4) - rack-cors (2.0.0) + rack-cors (2.0.1) rack (>= 2.0.0) rack-test (2.1.0) rack (>= 1.3)