This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new e3186ef8 Cap bundler, rubygems-update versions for Ruby 2.7
e3186ef8 is described below
commit e3186ef8ed637b37259050e9091ebde77f0856d6
Author: Sebb <[email protected]>
AuthorDate: Mon Dec 18 14:45:19 2023 +0000
Cap bundler, rubygems-update versions for Ruby 2.7
Later versions require Ruby 3
[skip ci]
---
Dockerfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Dockerfile b/Dockerfile
index 5ee7de72..8b7c2d3b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -37,8 +37,8 @@ RUN apt-get update && \
apache2-dev \
libapr1-dev \
libaprutil1-dev && \
- gem update --system &&\
- gem install bundler passenger --install_dir=/var/lib/gems/2.7.0 && \
+ gem update --system 3.4.22 &&\
+ gem install bundler:2.4.22 passenger --install_dir=/var/lib/gems/2.7.0 && \
passenger-install-apache2-module --auto && \
passenger-install-apache2-module --snippet > \
/etc/apache2/conf-enabled/passenger.conf && \