Skip to content

Commit cd15215

Browse files
authored
Merge pull request #8 from DataDog/tonycthsu/rubygem-3.5.21
Update rubygem for ruby 3.2
2 parents a97a610 + d819297 commit cd15215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/engines/ruby/3.2/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ RUN mkdir -p "$GEM_HOME" "$BUNDLE_BIN" \
5454
&& chmod 777 "$GEM_HOME" "$BUNDLE_BIN"
5555

5656
## Install a pinned RubyGems and Bundler
57-
RUN gem update --system 3.3.26
57+
RUN gem update --system 3.5.21
5858
RUN gem install bundler:2.3.26
5959

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

0 commit comments

Comments
 (0)