Skip to content

Commit

Permalink
Install ruby 3.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <[email protected]>
  • Loading branch information
prabhu committed Jan 4, 2025
1 parent c29d3b0 commit 8806c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ RUN set -e; \
&& source ~/.bashrc \
&& mkdir -p "$(rbenv root)/plugins" \
&& git clone https://github.com/rbenv/ruby-build.git --depth=1 "$(rbenv root)/plugins/ruby-build" \
&& rbenv install 3.4.0 \
&& MAKE_OPTS=-j2 rbenv install 3.4.0 \
&& rbenv global 3.4.0 \
&& ruby --version \
&& which ruby \
Expand Down

0 comments on commit 8806c10

Please sign in to comment.