feat: added some gems for using plugins
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-01-03 23:30:18 +01:00
parent 2bf0c2a39f
commit f8bb19c9cf

View File

@@ -43,6 +43,8 @@ RUN echo 'gem "mysql2", "~> 0.5.0", :require => true' >> Gemfile.local
RUN echo 'gem "pg", :require => true' >> Gemfile.local
RUN echo 'gem "puma", :require => true' >> Gemfile.local
RUN echo 'gem "with_advisory_lock", :require => true' >> Gemfile.local
RUN echo 'gem "redmineup", :require => true' >> Gemfile.local
RUN echo 'gem "vcard", :require => true' >> Gemfile.local
RUN gem install --user-install bundler
RUN gem install --user-install with_advisory_lock
#