From b79402ce5f0c741fdd211cc3ee355fd7e5922ce5 Mon Sep 17 00:00:00 2001 From: Xiaoran Wang Date: Fri, 3 May 2013 11:02:11 -0700 Subject: [PATCH] updated sinatra from 1.3.2 to 1.4.2 to fix the CORS request always return a 403 bug. link here https://github.com/sinatra/sinatra/issues/518 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 96fc0dfc8..b1ecd1fd6 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ end gem "eventmachine", "1.0.3" gem "thin" -gem "sinatra", "1.3.2" +gem "sinatra", "1.4.2" gem "em-websocket", "~> 0.3.6" gem "jsmin", "~> 1.0.1" gem "ansi"