Skip to content

Commit 6b87416

Browse files
committed
Fixing ruby version for CI
1 parent a6e04ee commit 6b87416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Dockerfile-test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
FROM gcr.io/broad-singlecellportal-staging/single-cell-portal:development
33

44
# Set ruby version as this may have changed
5-
RUN bash -lc 'rvm --default use ruby-3.2.2'
5+
RUN bash -lc 'rvm --default use ruby-3.4.2'
66
RUN bash -lc 'rvm rvmrc warning ignore /home/app/webapp/Gemfile'
77

88
# run any gem/package updates that may have been introduced by this PR

0 commit comments

Comments
 (0)