From 24a1a73bfe7c2db18922dc8032a1611e7007123d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 19:00:30 +0000 Subject: [PATCH] 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 | 2 +- Gemfile.lock | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 50e43974..be671e85 100644 --- a/Gemfile +++ b/Gemfile @@ -27,7 +27,7 @@ gem 'pagy', '~> 9.3' gem 'pg', '~> 1.5' gem 'puma', '~> 6.6' gem 'pundit', '~> 2.5' -gem 'rack-cors', '~> 2.0' +gem 'rack-cors', '~> 3.0' gem 'rswag-api', '~> 2.16.0' gem 'rswag-ui', '~> 2.16.0' gem 'sendgrid', '~> 1.2.4' diff --git a/Gemfile.lock b/Gemfile.lock index 4aadf913..6bac54f3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -419,9 +419,10 @@ GEM activesupport (>= 3.0.0) raabro (1.4.0) racc (1.8.1) - rack (3.1.14) - rack-cors (2.0.2) - rack (>= 2.0.0) + rack (3.1.15) + rack-cors (3.0.0) + logger + rack (>= 3.0.14) rack-protection (4.1.1) base64 (>= 0.1.0) logger (>= 1.6.0) @@ -680,7 +681,7 @@ DEPENDENCIES pry-rails (~> 0.3.11) puma (~> 6.6) pundit (~> 2.5) - rack-cors (~> 2.0) + rack-cors (~> 3.0) rails (~> 8.0.2) rails_best_practices (~> 1.20) reek (~> 6.5)