diff --git a/Gemfile b/Gemfile index 67fe18ca1..3ff2ba131 100644 --- a/Gemfile +++ b/Gemfile @@ -48,7 +48,7 @@ gem "configurate", "0.3.1" # Cross-origin resource sharing -gem "rack-cors", "0.4.0", require: "rack/cors" +gem "rack-cors", "0.4.1", require: "rack/cors" # CSS diff --git a/Gemfile.lock b/Gemfile.lock index 1826428d5..9dfced14c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -479,7 +479,7 @@ GEM quiet_assets (1.1.0) railties (>= 3.1, < 5.0) rack (1.6.5) - rack-cors (0.4.0) + rack-cors (0.4.1) rack-google-analytics (1.2.0) actionpack activesupport @@ -860,7 +860,7 @@ DEPENDENCIES pry pry-byebug quiet_assets (= 1.1.0) - rack-cors (= 0.4.0) + rack-cors (= 0.4.1) rack-google-analytics (= 1.2.0) rack-piwik (= 0.3.0) rack-rewrite (= 1.5.1)