We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a97a610 + d819297 commit cd15215Copy full SHA for cd15215
src/engines/ruby/3.2/Dockerfile
@@ -54,7 +54,7 @@ RUN mkdir -p "$GEM_HOME" "$BUNDLE_BIN" \
54
&& chmod 777 "$GEM_HOME" "$BUNDLE_BIN"
55
56
## Install a pinned RubyGems and Bundler
57
-RUN gem update --system 3.3.26
+RUN gem update --system 3.5.21
58
RUN gem install bundler:2.3.26
59
60
# Install additional gems that are in CRuby but missing from the above
0 commit comments