Skip to content

Commit

Permalink
Update rubygems to v3.4.5 (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
djbender authored Jan 24, 2023
1 parent 94ceabd commit 4d4a50d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ ruby: &RUBY
defaults:
base_image: 127178877223.dkr.ecr.us-east-2.amazonaws.com/get-bridge/core
bundler_version: 2.4.5
rubygems_version: 3.3.14
rubygems_version: 3.4.5
flavor: slim
versions:
'2.7': &RUBY27
Expand Down
2 changes: 1 addition & 1 deletion ruby/2.7-fat/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ EOT

ENV BUNDLER_VERSION 2.4.5
ENV LANG en_US.utf-8
ENV RUBYGEMS_VERSION 3.3.14
ENV RUBYGEMS_VERSION 3.4.5
ENV RUBY_DOWNLOAD_SHA256 54dcd3044726c4ab75a9d4604720501442b229a3aed6a55fe909567da8807f24
ENV RUBY_MAJOR 2.7
ENV RUBY_VERSION 2.7.6
Expand Down
2 changes: 1 addition & 1 deletion ruby/2.7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ EOT

ENV BUNDLER_VERSION 2.4.5
ENV LANG en_US.utf-8
ENV RUBYGEMS_VERSION 3.3.14
ENV RUBYGEMS_VERSION 3.4.5
ENV RUBY_DOWNLOAD_SHA256 54dcd3044726c4ab75a9d4604720501442b229a3aed6a55fe909567da8807f24
ENV RUBY_MAJOR 2.7
ENV RUBY_VERSION 2.7.6
Expand Down
2 changes: 1 addition & 1 deletion ruby/3.0-fat/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ EOT

ENV BUNDLER_VERSION 2.4.5
ENV LANG en_US.utf-8
ENV RUBYGEMS_VERSION 3.3.14
ENV RUBYGEMS_VERSION 3.4.5
ENV RUBY_DOWNLOAD_SHA256 8e22fc7304520435522253210ed0aa9a50545f8f13c959fe01a05aea06bef2f0
ENV RUBY_MAJOR 3.0
ENV RUBY_VERSION 3.0.4
Expand Down
2 changes: 1 addition & 1 deletion ruby/3.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ EOT

ENV BUNDLER_VERSION 2.4.5
ENV LANG en_US.utf-8
ENV RUBYGEMS_VERSION 3.3.14
ENV RUBYGEMS_VERSION 3.4.5
ENV RUBY_DOWNLOAD_SHA256 8e22fc7304520435522253210ed0aa9a50545f8f13c959fe01a05aea06bef2f0
ENV RUBY_MAJOR 3.0
ENV RUBY_VERSION 3.0.4
Expand Down
2 changes: 1 addition & 1 deletion ruby/3.1-fat/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ EOT

ENV BUNDLER_VERSION 2.4.5
ENV LANG en_US.utf-8
ENV RUBYGEMS_VERSION 3.3.14
ENV RUBYGEMS_VERSION 3.4.5
ENV RUBY_DOWNLOAD_SHA256 ca10d017f8a1b6d247556622c841fc56b90c03b1803f87198da1e4fd3ec3bf2a
ENV RUBY_MAJOR 3.1
ENV RUBY_VERSION 3.1.2
Expand Down
2 changes: 1 addition & 1 deletion ruby/3.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ EOT

ENV BUNDLER_VERSION 2.4.5
ENV LANG en_US.utf-8
ENV RUBYGEMS_VERSION 3.3.14
ENV RUBYGEMS_VERSION 3.4.5
ENV RUBY_DOWNLOAD_SHA256 ca10d017f8a1b6d247556622c841fc56b90c03b1803f87198da1e4fd3ec3bf2a
ENV RUBY_MAJOR 3.1
ENV RUBY_VERSION 3.1.2
Expand Down

0 comments on commit 4d4a50d

Please sign in to comment.