Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/engines/ruby/3.2/Dockerfile.centos
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ rm -r /usr/src/ruby
if yum list installed ruby; then exit 1; fi

# update gem version
gem update --system 4.0.16
gem update --system 4.0.17

# rough smoke test
ruby --version
Expand Down
2 changes: 1 addition & 1 deletion src/engines/ruby/3.2/Dockerfile.gnu
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ rm -r /usr/src/ruby
if dpkg -l ruby 2>/dev/null | grep -q '^ii'; then exit 1; fi

# update gem version
gem update --system 4.0.16
gem update --system 4.0.17

# rough smoke test
ruby --version
Expand Down
2 changes: 1 addition & 1 deletion src/engines/ruby/3.2/Dockerfile.musl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN true "${REPRO_RUN_KEY}" && apk update
ENV LANG=en_US.UTF-8

## Install a pinned RubyGems and Bundler
RUN gem update --system 4.0.16
RUN gem update --system 4.0.17

# Install additional gems that are in CRuby but missing from the above
# JRuby install distribution. These are version-pinned for reproducibility.
Expand Down
2 changes: 1 addition & 1 deletion src/engines/ruby/3.3/Dockerfile.centos
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ rm -r /usr/src/ruby
if yum list installed ruby; then exit 1; fi

# update gem version
gem update --system 4.0.16
gem update --system 4.0.17

# rough smoke test
ruby --version
Expand Down
2 changes: 1 addition & 1 deletion src/engines/ruby/3.3/Dockerfile.gnu
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ rm -r /usr/src/ruby
if dpkg -l ruby 2>/dev/null | grep -q '^ii'; then exit 1; fi

# update gem version
gem update --system 4.0.16
gem update --system 4.0.17

# rough smoke test
ruby --version
Expand Down
2 changes: 1 addition & 1 deletion src/engines/ruby/3.3/Dockerfile.musl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN true "${REPRO_RUN_KEY}" && apk update
ENV LANG=en_US.UTF-8

## Install a pinned RubyGems and Bundler
RUN gem update --system 4.0.16
RUN gem update --system 4.0.17

# Install additional gems that are in CRuby but missing from the above
# JRuby install distribution. These are version-pinned for reproducibility.
Expand Down
2 changes: 1 addition & 1 deletion src/engines/ruby/3.4/Dockerfile.centos
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ rm -r /usr/src/ruby
if yum list installed ruby; then exit 1; fi

# update gem version
gem update --system 4.0.16
gem update --system 4.0.17

# rough smoke test
ruby --version
Expand Down
2 changes: 1 addition & 1 deletion src/engines/ruby/3.4/Dockerfile.gnu
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ rm -r /usr/src/ruby
if dpkg -l ruby 2>/dev/null | grep -q '^ii'; then exit 1; fi

# update gem version
gem update --system 4.0.16
gem update --system 4.0.17

# rough smoke test
ruby --version
Expand Down
2 changes: 1 addition & 1 deletion src/engines/ruby/3.4/Dockerfile.musl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN true "${REPRO_RUN_KEY}" && apk update
ENV LANG=en_US.UTF-8

## Install a pinned RubyGems and Bundler
RUN gem update --system 4.0.16
RUN gem update --system 4.0.17

# Install additional gems that are in CRuby but missing from the above
# JRuby install distribution. These are version-pinned for reproducibility.
Expand Down
2 changes: 1 addition & 1 deletion src/engines/ruby/3.5/Dockerfile.centos
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ rm -r /usr/src/ruby
if yum list installed ruby; then exit 1; fi

# update gem version
gem update --system 4.0.16
gem update --system 4.0.17

# rough smoke test
ruby --version
Expand Down
2 changes: 1 addition & 1 deletion src/engines/ruby/3.5/Dockerfile.gnu
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ rm -r /usr/src/ruby
if dpkg -l ruby 2>/dev/null | grep -q '^ii'; then exit 1; fi

# update gem version
gem update --system 4.0.16
gem update --system 4.0.17

# rough smoke test
ruby --version
Expand Down
2 changes: 1 addition & 1 deletion src/engines/ruby/3.5/Dockerfile.musl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN true "${REPRO_RUN_KEY}" && apk update
ENV LANG=en_US.UTF-8

## Install a pinned RubyGems and Bundler
RUN gem update --system 4.0.16
RUN gem update --system 4.0.17

# Install additional gems that are in CRuby but missing from the above
# JRuby install distribution. These are version-pinned for reproducibility.
Expand Down
2 changes: 1 addition & 1 deletion src/engines/ruby/4.0/Dockerfile.centos
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ rm -r /usr/src/ruby
if yum list installed ruby; then exit 1; fi

# update gem version
gem update --system 4.0.16
gem update --system 4.0.17

# rough smoke test
ruby --version
Expand Down
2 changes: 1 addition & 1 deletion src/engines/ruby/4.0/Dockerfile.gnu
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ rm -r /usr/src/ruby
if dpkg -l ruby 2>/dev/null | grep -q '^ii'; then exit 1; fi

# update gem version
gem update --system 4.0.16
gem update --system 4.0.17

# rough smoke test
ruby --version
Expand Down
2 changes: 1 addition & 1 deletion src/engines/ruby/4.0/Dockerfile.musl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN true "${REPRO_RUN_KEY}" && apk update
ENV LANG=en_US.UTF-8

## Install a pinned RubyGems and Bundler
RUN gem update --system 4.0.16
RUN gem update --system 4.0.17

# Install additional gems that are in CRuby but missing from the above
# JRuby install distribution. These are version-pinned for reproducibility.
Expand Down