]> cat aescling's git repositories - mastodon.git/commitdiff
Bump Ruby version from 3.0.3 to 3.0.4 (#18028)
authorzunda <zundan@gmail.com>
Mon, 15 Aug 2022 02:39:58 +0000 (16:39 -1000)
committeraescling <aescling+gitlab@cat.family>
Mon, 5 Sep 2022 04:27:59 +0000 (00:27 -0400)
https://www.ruby-lang.org/en/news/2022/04/12/ruby-3-0-4-released/

.gitlab-ci.yml
.ruby-version
Dockerfile

index 32c30f99d24f635bd2bcfa07ec19a21735a325f6..ae36052c355c6d2f936abd69e26d7c4ce9666b98 100644 (file)
@@ -1,4 +1,4 @@
-image: ruby:3.0.3
+image: ruby:3.0.4
 
 workflow:
   rules:
index 75a22a26ac4a92e24ce8482a583721b31258bbf2..b0f2dcb32fc28c7f80c4d430beab94c89c787578 100644 (file)
@@ -1 +1 @@
-3.0.3
+3.0.4
index 2073cbebff1541facaba83f3ebcd26d19040f0c9..c1177264f711d6e1e4267e89aa23b9b9a9ab9d56 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.3"
+ENV RUBY_VER="3.0.4"
 RUN apt-get update && \
   apt-get install -y --no-install-recommends build-essential \
     bison libyaml-dev libgdbm-dev libreadline-dev libjemalloc-dev \