alphanodes / additional_tags

Redmine Plugin for adding tags functionality to issues and wiki pages.
https://www.redmine.org/plugins/additional_tags
GNU General Public License v2.0
65 stars 26 forks source link

[Ruby 2.7] [Redmine 4.2.x] [additional_tags 1.0.4] fatal: not a git repository when starting Puma or doing plugin migration #43

Open danowar2k opened 1 year ago

danowar2k commented 1 year ago

I installed additionals 3.0.5.2 and now additional_tags 1.0.4 on my Redmine 4.2.8 .

When I did plugin migrations and now every time I start the webserver, the logs contain this:

Feb 01 20:27:55 dev-redmine systemd[1]: Starting Redmine Issue Tracker on Puma...
Feb 01 20:27:55 dev-redmine bundle[2694630]: fatal: not a git repository (or any parent up to mount point /)
Feb 01 20:27:55 dev-redmine bundle[2694630]: Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
Feb 01 20:27:55 dev-redmine bundle[2694630]: [2694630] Puma starting in cluster mode...

Is this because of the gemspec line here? https://github.com/AlphaNodes/additional_tags/blob/main/additional_tags.gemspec#L19