Bum to latest Ruby (#699)

This commit is contained in:
Rafael dos Santos Silva 2023-03-31 11:50:12 -03:00 committed by GitHub
parent 3d3b7c8584
commit 0539d9cb84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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