Set ruby version
This commit is contained in:
parent
018eb174e8
commit
48d091dd18
2 changed files with 4 additions and 4 deletions
|
@ -6,8 +6,8 @@ Install Ruby
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
git clone https://github.com/rbenv/ruby-build.git ~/.rbenv/plugins/ruby-build
|
git clone https://github.com/rbenv/ruby-build.git ~/.rbenv/plugins/ruby-build
|
||||||
RUBY_CONFIGURE_OPTS=--with-jemalloc rbenv install 3.2.2
|
RUBY_CONFIGURE_OPTS=--with-jemalloc rbenv install 3.2.3
|
||||||
rbenv global 3.2.2
|
rbenv global 3.2.3
|
||||||
|
|
||||||
cat << EOF
|
cat << EOF
|
||||||
|
|
||||||
|
|
|
@ -6,8 +6,8 @@ Install Ruby
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
git clone https://github.com/rbenv/ruby-build.git ~/.rbenv/plugins/ruby-build
|
git clone https://github.com/rbenv/ruby-build.git ~/.rbenv/plugins/ruby-build
|
||||||
RUBY_CONFIGURE_OPTS=--with-jemalloc rbenv install 3.2.2
|
RUBY_CONFIGURE_OPTS=--with-jemalloc rbenv install 3.2.3
|
||||||
rbenv global 3.2.2
|
rbenv global 3.2.3
|
||||||
|
|
||||||
cat << EOF
|
cat << EOF
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue