fix: set specific version of gem
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2026-01-04 00:04:54 +01:00
parent 6a50e71d0e
commit 9c8d02d627

View File

@@ -45,7 +45,7 @@ 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 echo 'gem "wicked_pdf", :require => true' >> Gemfile.local
RUN echo 'gem "wicked_pdf","~> 1.1.0, :require => true' >> Gemfile.local
RUN gem install --user-install bundler
RUN gem install --user-install with_advisory_lock
#