Remove foreman gem and Procfile. I think we can safely remove this gem from runtime deps since it's not used for production (nor staging) at this point. And I can't found either any reference on the wiki.

This commit is contained in:
Marc Anguera Insa
2018-03-07 22:24:55 +01:00
parent fda4eba10b
commit 8394923433
3 changed files with 0 additions and 6 deletions
-1
View File
@@ -15,7 +15,6 @@ gem 'dalli'
gem 'devise', '~> 4.4.1'
gem "http_accept_language", '~> 2.1.1'
gem 'unicorn'
gem 'foreman'
gem 'kaminari', '~> 1.1.1'
gem "simple_form", ">= 3.0.0"
gem 'rollbar', '2.8.3'
-4
View File
@@ -138,9 +138,6 @@ GEM
i18n (~> 0.5)
faraday (0.9.1)
multipart-post (>= 1.2, < 3)
foreman (0.77.0)
dotenv (~> 1.0.2)
thor (~> 0.19.1)
formtastic (3.1.5)
actionpack (>= 3.2.13)
formtastic_i18n (0.6.0)
@@ -389,7 +386,6 @@ DEPENDENCIES
elasticsearch-rails
fabrication
faker
foreman
has_scope
high_voltage (~> 2.1.0)
hstore_translate
-1
View File
@@ -1 +0,0 @@
web: bundle exec unicorn -p $PORT -c ./config/unicorn.rb