From 7199a76e3de1da976e2ef449433a54dbc1a75a58 Mon Sep 17 00:00:00 2001 From: Seth Call Date: Fri, 29 May 2015 22:41:01 -0500 Subject: [PATCH] * cors gem added to gemfile for cloudfront and https --- web/Gemfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/Gemfile b/web/Gemfile index 3092b19d7..0d4a0f4af 100644 --- a/web/Gemfile +++ b/web/Gemfile @@ -18,6 +18,7 @@ else gem 'jam_websockets', "0.1.#{ENV["BUILD_NUMBER"]}" ENV['NOKOGIRI_USE_SYSTEM_LIBRARIES'] ||= "true" end + gem 'oj', '2.10.2' gem 'builder' gem 'rails', '~>3.2.11' @@ -142,6 +143,7 @@ group :production do gem 'unicorn' gem 'newrelic_rpm' gem 'god' + gem 'rack-cors', :require => 'rack/cors' end group :package do