From 0615ac112ba5bdcc4c814651bcd7809a4b2a14fe Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Thu, 30 May 2024 02:54:46 +0200 Subject: [PATCH] Bump rack-cors --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index cd090f62e..bf91ac77a 100644 --- a/Gemfile +++ b/Gemfile @@ -60,7 +60,7 @@ gem "toml-rb", "3.0.1" # Cross-origin resource sharing -gem "rack-cors", "2.0.1", require: "rack/cors" +gem "rack-cors", "2.0.2", require: "rack/cors" # CSS diff --git a/Gemfile.lock b/Gemfile.lock index fa7436053..a02163574 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -527,7 +527,7 @@ GEM raabro (1.4.0) racc (1.8.0) rack (2.2.9) - rack-cors (2.0.1) + rack-cors (2.0.2) rack (>= 2.0.0) rack-google-analytics (1.2.0) actionpack @@ -860,7 +860,7 @@ DEPENDENCIES pry pry-byebug puma (= 6.4.2) - rack-cors (= 2.0.1) + rack-cors (= 2.0.2) rack-google-analytics (= 1.2.0) rack-piwik (= 0.3.0) rack-rewrite (= 1.5.1)