From 6a1437e419a74251c6a2d95360ca0b42cbe51936 Mon Sep 17 00:00:00 2001 From: Florian Lentsch Date: Fri, 11 Oct 2024 12:39:08 +0200 Subject: [PATCH] Removed TODO-no-upstream changes --- Gemfile | 3 --- Gemfile.lock | 2 -- Procfile | 3 +-- 3 files changed, 1 insertion(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index b4de3ce2..a9ca0ff0 100644 --- a/Gemfile +++ b/Gemfile @@ -80,9 +80,6 @@ gem 'foodsoft_wiki', path: 'plugins/wiki' # gem 'foodsoft_mollie', path: 'plugins/mollie' group :development do - # TODO-no-upstream - gem 'byebug' - gem 'listen' gem 'mailcatcher' gem 'sqlite3', '~> 1.3.6' diff --git a/Gemfile.lock b/Gemfile.lock index def35566..adf9f9a1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -165,7 +165,6 @@ GEM bullet (7.1.6) activesupport (>= 3.0.0) uniform_notifier (~> 1.11) - byebug (11.1.3) capybara (3.39.2) addressable matrix @@ -639,7 +638,6 @@ DEPENDENCIES bootsnap bootstrap-datepicker-rails bullet - byebug capybara connection_pool daemons diff --git a/Procfile b/Procfile index a90d4ede..ee18cb40 100644 --- a/Procfile +++ b/Procfile @@ -1,5 +1,4 @@ -# TODO-no-upstream: -web: bundle exec rails server --binding=0.0.0.0 --port=$PORT; tail -f log/development.log +web: bundle exec rails server --binding=0.0.0.0 --port=$PORT worker: QUEUE=* bundle exec rake resque:work mail: bundle exec rake foodsoft:reply_email_smtp_server cron: supercronic crontab