Skip to content

Commit

Permalink
Update rubygem for ruby 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyCTHsu committed Nov 12, 2024
1 parent a97a610 commit d819297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engines/ruby/3.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ RUN mkdir -p "$GEM_HOME" "$BUNDLE_BIN" \
&& chmod 777 "$GEM_HOME" "$BUNDLE_BIN"

## Install a pinned RubyGems and Bundler
RUN gem update --system 3.3.26
RUN gem update --system 3.5.21
RUN gem install bundler:2.3.26

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

0 comments on commit d819297

Please sign in to comment.