projects
/
discourse_docker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67690fe
)
DEV: Bump Ruby to 3.2.1 (#650)
author
Rafael dos Santos Silva
<xfalcox@gmail.com>
Fri, 17 Feb 2023 23:04:22 +0000
(20:04 -0300)
committer
GitHub
<noreply@github.com>
Fri, 17 Feb 2023 23:04:22 +0000
(20:04 -0300)
* DEV: Bump Ruby to 3.2.0
* Add libffi-dev
* Ruby 3.2.1
image/base/install-ruby
patch
|
blob
|
blame
|
history
diff --git
a/image/base/install-ruby
b/image/base/install-ruby
index 8d5ccf9516a16c2664eb26dc54be8b6b4aa2cc4f..aed15f9d9dbeeabfc81257c83a06086ea383dcc4 100755
(executable)
--- a/
image/base/install-ruby
+++ b/
image/base/install-ruby
@@
-1,10
+1,10
@@
#!/bin/bash
set -e
-RUBY_VERSION="3.
1.3
"
+RUBY_VERSION="3.
2.1
"
export CONFIGURE_OPTS="--enable-yjit"
-apt-get -y install --no-install-recommends ruby bison
+apt-get -y install --no-install-recommends ruby bison
libffi-dev
mkdir /src
git -C /src clone https://github.com/rbenv/ruby-build.git