Skip to content
This repository was archived by the owner on Apr 19, 2026. It is now read-only.

Commit 5924641

Browse files
authored
Add Ruby 2.5.5 to the prebuilt binaries list (#172)
1 parent 21f36fc commit 5924641

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

Rakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ BUNDLER1_VERSION="1.17.3"
1919
BUNDLER2_VERSION="2.0.1"
2020
DEFAULT_RUBY_VERSION="2.6.2"
2121
NODEJS_VERSION="10.15.2"
22-
GCLOUD_VERSION="237.0.0"
22+
GCLOUD_VERSION="239.0.0"
2323
OS_NAME="ubuntu16"
2424

25-
LOCAL_PREBUILT_RUBY_VERSIONS=["2.4.5", "2.5.3", "2.6.2"]
25+
LOCAL_PREBUILT_RUBY_VERSIONS=["2.4.5", "2.5.5", "2.6.2"]
2626
LOCAL_PREBUILT_RUBY_IMAGE_BASE="ruby-prebuilt-"
2727
LOCAL_PREBUILT_RUBY_IMAGE_TAG="latest"
2828
RELEASED_PREBUILT_RUBY_VERSIONS=::File.readlines("ruby-pipeline/ruby-latest.yaml")

build-ruby-runtime-images.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ BASIC_RUBY_VERSION=2.6.2
2323
BUNDLER1_VERSION=1.17.3
2424
BUNDLER2_VERSION=2.0.1
2525
NODEJS_VERSION=10.15.2
26-
GCLOUD_VERSION=237.0.0
26+
GCLOUD_VERSION=239.0.0
2727

2828

2929
set -e

ruby-pipeline/ruby-latest.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ steps:
4343
'--prebuilt-image=2.5.1=gcr.io/gcp-runtimes/ruby/ubuntu16/prebuilt/ruby-2.5.1:latest',
4444
'--prebuilt-image=2.5.3=gcr.io/gcp-runtimes/ruby/ubuntu16/prebuilt/ruby-2.5.3:latest',
4545
'--prebuilt-image=2.5.4=gcr.io/gcp-runtimes/ruby/ubuntu16/prebuilt/ruby-2.5.4:latest',
46+
'--prebuilt-image=2.5.5=gcr.io/gcp-runtimes/ruby/ubuntu16/prebuilt/ruby-2.5.5:latest',
4647
'--prebuilt-image=2.6.0=gcr.io/gcp-runtimes/ruby/ubuntu16/prebuilt/ruby-2.6.0:latest',
4748
'--prebuilt-image=2.6.1=gcr.io/gcp-runtimes/ruby/ubuntu16/prebuilt/ruby-2.6.1:latest',
4849
'--prebuilt-image=2.6.2=gcr.io/gcp-runtimes/ruby/ubuntu16/prebuilt/ruby-2.6.2:latest',

0 commit comments

Comments
 (0)