Skip to content

Commit

Permalink
Removed TODO-no-upstream changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lentschi committed Oct 11, 2024
1 parent f4fe06c commit 6a1437e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
3 changes: 0 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 0 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -639,7 +638,6 @@ DEPENDENCIES
bootsnap
bootstrap-datepicker-rails
bullet
byebug
capybara
connection_pool
daemons
Expand Down
3 changes: 1 addition & 2 deletions Procfile
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 6a1437e

Please sign in to comment.