From 46e62fc4b33f3566eb9bf588b15bac28cae967a3 Mon Sep 17 00:00:00 2001
From: zunda <zunda@users.noreply.github.com>
Date: Wed, 24 Nov 2021 19:29:05 +0000
Subject: [PATCH] Upgrade Ruby to 3.0.3 (#17038)

https://www.ruby-lang.org/en/news/2021/11/24/ruby-3-0-3-released/
---
 .ruby-version | 2 +-
 Dockerfile    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.ruby-version b/.ruby-version
index b50214693..75a22a26a 100644
--- a/.ruby-version
+++ b/.ruby-version
@@ -1 +1 @@
-3.0.2
+3.0.3
diff --git a/Dockerfile b/Dockerfile
index f5de24210..309ec06f4 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -27,7 +27,7 @@ RUN ARCH= && \
 	mv node-v$NODE_VER-linux-$ARCH /opt/node
 
 # Install Ruby 3.0
-ENV RUBY_VER="3.0.2"
+ENV RUBY_VER="3.0.3"
 RUN apt-get update && \
   apt-get install -y --no-install-recommends build-essential \
     bison libyaml-dev libgdbm-dev libreadline-dev libjemalloc-dev \