FIX: cors setting was broken

Some days I wonder why we bother taking a whole gem
dependency when 10 lines of code does the job right
This commit is contained in:
Sam
2014-07-23 17:03:52 +10:00
parent 1b733ff936
commit 46c406360d
3 changed files with 19 additions and 10 deletions

View File

@@ -208,8 +208,6 @@ gem 'htmlentities', require: false
gem 'flamegraph', require: false
gem 'rack-mini-profiler', require: false
# used for caching, optional
gem 'rack-cors', require: false
gem 'unicorn', require: false
gem 'puma', require: false
gem 'rbtrace', require: false, platform: :mri