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

Commit 21f36fc

Browse files
committed
Update default Ruby to 2.6.2
1 parent 84420bd commit 21f36fc

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

Rakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
RUNTIME_PROJECT="gcp-runtimes"
1818
BUNDLER1_VERSION="1.17.3"
1919
BUNDLER2_VERSION="2.0.1"
20-
DEFAULT_RUBY_VERSION="2.6.1"
20+
DEFAULT_RUBY_VERSION="2.6.2"
2121
NODEJS_VERSION="10.15.2"
2222
GCLOUD_VERSION="237.0.0"
2323
OS_NAME="ubuntu16"
2424

25-
LOCAL_PREBUILT_RUBY_VERSIONS=["2.4.5", "2.5.3", "2.6.1"]
25+
LOCAL_PREBUILT_RUBY_VERSIONS=["2.4.5", "2.5.3", "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
@@ -18,7 +18,7 @@
1818
# This is the Ruby version that is installed in the "basic" convenience image
1919
# and that is used to run generate-dockerfile. It is NOT the same as the Ruby
2020
# version used by the runtime by default if one is not specified by the app.
21-
BASIC_RUBY_VERSION=2.6.1
21+
BASIC_RUBY_VERSION=2.6.2
2222

2323
BUNDLER1_VERSION=1.17.3
2424
BUNDLER2_VERSION=2.0.1

ruby-pipeline/ruby-latest.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,11 @@ steps:
4242
'--prebuilt-image=2.5.0=gcr.io/gcp-runtimes/ruby/ubuntu16/prebuilt/ruby-2.5.0:latest',
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',
45+
'--prebuilt-image=2.5.4=gcr.io/gcp-runtimes/ruby/ubuntu16/prebuilt/ruby-2.5.4:latest',
4546
'--prebuilt-image=2.6.0=gcr.io/gcp-runtimes/ruby/ubuntu16/prebuilt/ruby-2.6.0:latest',
4647
'--prebuilt-image=2.6.1=gcr.io/gcp-runtimes/ruby/ubuntu16/prebuilt/ruby-2.6.1:latest',
47-
'--default-ruby-version=2.6.1']
48+
'--prebuilt-image=2.6.2=gcr.io/gcp-runtimes/ruby/ubuntu16/prebuilt/ruby-2.6.2:latest',
49+
'--default-ruby-version=2.6.2']
4850
- name: 'gcr.io/cloud-builders/docker:latest'
4951
args: ['build', '--network=cloudbuild', '-t', '$_OUTPUT_IMAGE', '.']
5052
images:

0 commit comments

Comments
 (0)