From f68a5cb34d128a5f37db858390d06fc3a97b77ce Mon Sep 17 00:00:00 2001 From: Rafael dos Santos Silva Date: Fri, 17 Feb 2023 20:04:22 -0300 Subject: [PATCH] DEV: Bump Ruby to 3.2.1 (#650) * DEV: Bump Ruby to 3.2.0 * Add libffi-dev * Ruby 3.2.1 --- image/base/install-ruby | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/image/base/install-ruby b/image/base/install-ruby index 8d5ccf9..aed15f9 100755 --- 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 -- 2.25.1