diff --git a/Gemfile b/Gemfile index c8745b6eb..074c1f432 100644 --- a/Gemfile +++ b/Gemfile @@ -52,7 +52,7 @@ gem "configurate", "0.3.1" # Cross-origin resource sharing -gem "rack-cors", "1.0.1", require: "rack/cors" +gem "rack-cors", "1.0.2", require: "rack/cors" # CSS diff --git a/Gemfile.lock b/Gemfile.lock index 3aad9f133..b13ca221a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -476,7 +476,7 @@ GEM pry (~> 0.10) public_suffix (3.0.0) rack (2.0.4) - rack-cors (1.0.1) + rack-cors (1.0.2) rack-google-analytics (1.2.0) actionpack activesupport @@ -840,7 +840,7 @@ DEPENDENCIES pronto-scss (= 0.9.1) pry pry-byebug - rack-cors (= 1.0.1) + rack-cors (= 1.0.2) rack-google-analytics (= 1.2.0) rack-piwik (= 0.3.0) rack-rewrite (= 1.5.1)