Skip to content

Commit

Permalink
Merge pull request #7 from DataDog/tonycthsu/rubygem-3.5.21
Browse files Browse the repository at this point in the history
Update rubygem 3.5.21
  • Loading branch information
TonyCTHsu authored Nov 11, 2024
2 parents 309560f + f75a04f commit a97a610
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/engines/jruby/9.4/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,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
2 changes: 1 addition & 1 deletion src/engines/ruby/3.0/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
2 changes: 1 addition & 1 deletion src/engines/ruby/3.1/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
2 changes: 1 addition & 1 deletion src/engines/ruby/3.3/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 a97a610

Please sign in to comment.