Skip to content

Commit 6cd57e2

Browse files
committed
Update rubygem version
1 parent c510a2e commit 6cd57e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/engines/ruby/3.4/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ RUN mkdir -p "$GEM_HOME" "$BUNDLE_BIN" \
5151
&& chmod 777 "$GEM_HOME" "$BUNDLE_BIN"
5252

5353
## Install a pinned RubyGems and Bundler
54-
RUN gem update --system 3.3.26
54+
RUN gem update --system 2.5.21
5555
RUN gem install bundler:2.3.26
5656

5757
# Install additional gems that are in CRuby but missing from the above

0 commit comments

Comments
 (0)