From 9df3c49a2a439a2ed5a2d9e09594df8ce06b1acf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Apr 2023 13:44:29 +0000 Subject: [PATCH] build(deps): bump rack-cors from 1.1.1 to 2.0.1 Bumps [rack-cors](https://github.com/cyu/rack-cors) from 1.1.1 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/v1.1.1...v2.0.1) --- updated-dependencies: - dependency-name: rack-cors dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 25bd92e..8cacdac 100644 --- a/Gemfile +++ b/Gemfile @@ -28,7 +28,7 @@ gem "bootsnap", require: false # gem "image_processing", "~> 1.2" # Use Rack CORS for handling Cross-Origin Resource Sharing (CORS), making cross-origin AJAX possible -gem "rack-cors", "~> 1.1" +gem "rack-cors", "~> 2.0" # Authentication library gem "devise-jwt", "~> 0.10" diff --git a/Gemfile.lock b/Gemfile.lock index 15be145..4b571fd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -187,7 +187,7 @@ GEM nio4r (~> 2.0) racc (1.6.2) rack (2.2.6.4) - rack-cors (1.1.1) + rack-cors (2.0.1) rack (>= 2.0.0) rack-protection (2.2.0) rack @@ -286,7 +286,7 @@ DEPENDENCIES omniauth (~> 2.1) pg (~> 1.4) puma (~> 6.2) - rack-cors (~> 1.1) + rack-cors (~> 2.0) rails (~> 7.0.4) rubocop (~> 1.49.0) rubocop-minitest (~> 0.29.0)