Keep required Ruby version at 3.3.3 for now

This commit is contained in:
thespad 2024-09-04 16:39:50 +01:00
parent c952ad5a94
commit f03f6dbd58
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ RUN \
cd /app/www && \
yarn install && \
gem install foreman && \
sed -i 's/3.3.1/3.3.3/' .ruby-version && \
sed -i 's/\d.\d.\d/3.3.3/' .ruby-version && \
bundle config set --local deployment 'true' && \
bundle config set --local without 'development test' && \
bundle config force_ruby_platform true && \

View File

@ -53,7 +53,7 @@ RUN \
cd /app/www && \
yarn install && \
gem install foreman && \
sed -i 's/3.3.1/3.3.3/' .ruby-version && \
sed -i 's/\d.\d.\d/3.3.3/' .ruby-version && \
bundle config set --local deployment 'true' && \
bundle config set --local without 'development test' && \
bundle config force_ruby_platform true && \