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:
3d3b7c8
)
Bum to latest Ruby (#699)
author
Rafael dos Santos Silva
<xfalcox@gmail.com>
Fri, 31 Mar 2023 14:50:12 +0000
(11:50 -0300)
committer
GitHub
<noreply@github.com>
Fri, 31 Mar 2023 14:50:12 +0000
(11:50 -0300)
image/base/install-ruby
patch
|
blob
|
blame
|
history
diff --git
a/image/base/install-ruby
b/image/base/install-ruby
index aed15f9d9dbeeabfc81257c83a06086ea383dcc4..4be5a5f1f4978b616046138f9eeb66a4278fab7b 100755
(executable)
--- a/
image/base/install-ruby
+++ b/
image/base/install-ruby
@@
-1,7
+1,7
@@
#!/bin/bash
set -e
-RUBY_VERSION="3.2.
1
"
+RUBY_VERSION="3.2.
2
"
export CONFIGURE_OPTS="--enable-yjit"
apt-get -y install --no-install-recommends ruby bison libffi-dev