* cors gem added to gemfile for cloudfront and https
This commit is contained in:
parent
2cb01d8492
commit
7199a76e3d
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue