thecartercenter / nemo

NEMO is a mobile data collection and analysis web application.
https://getnemo.org
Apache License 2.0
60 stars 63 forks source link

Gems missing from production, only in development and test #1003

Open poVoq opened 1 month ago

poVoq commented 1 month ago

gem "listen", "~> 3.0" and gem "annotate", "~> 3.1" seem to be required to run bundle exec rake db:schema:load for the production server, but are not installed because test and development sections of the Gemfile are ignored.

cooperka commented 1 week ago

Interesting, I have not encountered this issue on production servers but I believe you that it's happening. Have you found any fix for your situation?

poVoq commented 1 week ago

adding them to the production section solves it.