Upgrade Ruby to 3.1.2.

Also fix a call to `Time.utc` that fails in Ruby 3.1.2 (can't pass a
string to Time.utc).
This commit is contained in:
evazion
2022-04-21 20:42:26 -05:00
parent 29e0139583
commit 7701fe2e17
4 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
set -xeuo pipefail
RUBY_VERSION="${RUBY_VERSION:-3.0.3}"
RUBY_VERSION="${RUBY_VERSION:-3.1.2}"
VIPS_VERSION="${VIPS_VERSION:-8.12.1}"
FFMPEG_VERSION="${FFMPEG_VERSION:-4.4.1}"
MOZJPEG_VERSION="${MOZJPEG_VERSION:-4.0.3}"