* cors gem added to gemfile for cloudfront and https

This commit is contained in:
Seth Call 2015-05-29 22:41:01 -05:00
parent 2cb01d8492
commit 7199a76e3d
1 changed files with 2 additions and 0 deletions

View File

@ -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