From bd5e43f0feec458c8e653fbcb5f5a09470165d8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 06:58:33 +0000 Subject: [PATCH] Bump rack-cors from 1.1.1 to 2.0.0 Bumps [rack-cors](https://github.com/cyu/rack-cors) from 1.1.1 to 2.0.0. - [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/v1.1.1...2.0.0) --- updated-dependencies: - dependency-name: rack-cors dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 44f0b7e3..d18ba55f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -307,7 +307,7 @@ GEM puma (>= 2.7) racc (1.6.2) rack (2.2.6.2) - rack-cors (1.1.1) + rack-cors (2.0.0) rack (>= 2.0.0) rack-test (2.0.2) rack (>= 1.3)