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)