File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ RUN mkdir -p "$GEM_HOME" "$BUNDLE_BIN" \
6868 && chmod 777 "$GEM_HOME" "$BUNDLE_BIN"
6969
7070# # Install a pinned RubyGems and Bundler
71- RUN gem update --system 3.3.26
71+ RUN gem update --system 3.5.21
7272RUN gem install bundler:2.3.26
7373
7474# Install additional gems that are in CRuby but missing from the above
Original file line number Diff line number Diff 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
5858RUN gem install bundler:2.3.26
5959
6060# Install additional gems that are in CRuby but missing from the above
Original file line number Diff line number Diff 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
5858RUN gem install bundler:2.3.26
5959
6060# Install additional gems that are in CRuby but missing from the above
Original file line number Diff line number Diff 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
5858RUN gem install bundler:2.3.26
5959
6060# Install additional gems that are in CRuby but missing from the above
You can’t perform that action at this time.
0 commit comments