]> cat aescling's git repositories - mastodon.git/commitdiff
Upgrade Ruby to 3.0.3 (#17038)
authorzunda <zunda@users.noreply.github.com>
Wed, 24 Nov 2021 19:29:05 +0000 (19:29 +0000)
committerGitHub <noreply@github.com>
Wed, 24 Nov 2021 19:29:05 +0000 (20:29 +0100)
https://www.ruby-lang.org/en/news/2021/11/24/ruby-3-0-3-released/

.ruby-version
Dockerfile

index b50214693056fc4aaf22f42a31bf70a2d142eaf2..75a22a26ac4a92e24ce8482a583721b31258bbf2 100644 (file)
@@ -1 +1 @@
-3.0.2
+3.0.3
index f5de24210416925e551bb4f630192ebd0804c4d0..309ec06f4dfd13dc03c6c1ccde8a1ccf72f2ea52 100644 (file)
@@ -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 \