From 8394923433ada3523df36cd116edea230c426bbd Mon Sep 17 00:00:00 2001 From: Marc Anguera Insa Date: Wed, 7 Mar 2018 22:24:55 +0100 Subject: [PATCH] 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. --- Gemfile | 1 - Gemfile.lock | 4 ---- Procfile | 1 - 3 files changed, 6 deletions(-) delete mode 100644 Procfile diff --git a/Gemfile b/Gemfile index e6a97e4..84b4d0d 100644 --- a/Gemfile +++ b/Gemfile @@ -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' diff --git a/Gemfile.lock b/Gemfile.lock index 296719c..508040d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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 diff --git a/Procfile b/Procfile deleted file mode 100644 index 9c82374..0000000 --- a/Procfile +++ /dev/null @@ -1 +0,0 @@ -web: bundle exec unicorn -p $PORT -c ./config/unicorn.rb