Skip to content

Commit

Permalink
Bump ruby version to 3.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kmycode committed Apr 25, 2024
1 parent 9dfee45 commit 78a20bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions install/12.0/setup2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Install Ruby
EOF

git clone https://github.com/rbenv/ruby-build.git ~/.rbenv/plugins/ruby-build
RUBY_CONFIGURE_OPTS=--with-jemalloc rbenv install 3.2.3
rbenv global 3.2.3
RUBY_CONFIGURE_OPTS=--with-jemalloc rbenv install 3.2.4
rbenv global 3.2.4

cat << EOF
Expand Down
4 changes: 2 additions & 2 deletions install/9.0/setup4.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Install Ruby
EOF

git clone https://github.com/rbenv/ruby-build.git ~/.rbenv/plugins/ruby-build
RUBY_CONFIGURE_OPTS=--with-jemalloc rbenv install 3.2.3
rbenv global 3.2.3
RUBY_CONFIGURE_OPTS=--with-jemalloc rbenv install 3.2.4
rbenv global 3.2.4

cat << EOF
Expand Down

0 comments on commit 78a20bb

Please sign in to comment.