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

This commit is contained in:
Xiaoran Wang
2013-05-03 11:02:11 -07:00
parent c5d5b99472
commit b79402ce5f

View File

@@ -13,7 +13,7 @@ end
gem "eventmachine", "1.0.3" gem "eventmachine", "1.0.3"
gem "thin" gem "thin"
gem "sinatra", "1.3.2" gem "sinatra", "1.4.2"
gem "em-websocket", "~> 0.3.6" gem "em-websocket", "~> 0.3.6"
gem "jsmin", "~> 1.0.1" gem "jsmin", "~> 1.0.1"
gem "ansi" gem "ansi"