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:
@@ -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'
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user